COLOR #424B93

HEX: #424B93
RGB: (66,75,147)

Color info

#424B93 contains mainly blue color. Web safe color of #424B93 is #333399 (or #339).

RGB color model

#424B93 color RGB value is (66,75,147).

  • red value is 66;
  • green value is 75;
  • blue value is 147.
RGB:
(66,75,147)
(26%,29%,58%)

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 147 of 255 = 58%

66
75
147

R + G + B ~ 38%. #424B93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 75 + 147 = 288 (100%)
R 66 of 288 ~ 22.92%
G 75 of 288 ~ 26.04%
B 147 of 288 ~ 51.04%

%22.92
%26.04
%51.04

CMYK color model

#424B93 color CMYK value is (55,49,0,42).

  • cyan value is 55.10%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(55,49,0,42)
C55M49Y0K42 
(55%,49%,0%,42%)
(0.55/0.49/0.00/0.42)	

CMYK percentages

%55.1
%48.98
%0
%42.35

Codes

Color #424B93 in popluar color models

424B93
RGB6675147
HSL233°38.03%41.76%
HSB/HSV233°55.10%57.65%
CMYK55.10%48.98%0.00%
42.35%

Color #424B93 in popluar number systems.

HEX424B93
Decimal6675147
Binary1000010100101110010011
Octal102113223

Shades and tints

Shades of #424B93

#424B93
(66,75,147)
#3C4586
(60,69,134)
#363F79
(54,63,121)
#30396C
(48,57,108)
#2A335F
(42,51,95)
#242D52
(36,45,82)
#1E2745
(30,39,69)
#182138
(24,33,56)
#121B2B
(18,27,43)
#0C151E
(12,21,30)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #424B93

#424B93
(66,75,147)
#535B9C
(83,91,156)
#646BA5
(100,107,165)
#757BAE
(117,123,174)
#868BB7
(134,139,183)
#979BC0
(151,155,192)
#A8ABC9
(168,171,201)
#B9BBD2
(185,187,210)
#CACBDB
(202,203,219)
#DBDBE4
(219,219,228)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424B93 color. Also use rgb(66,75,147) instead hex code.

Text Font Color

.myTextColor { color: #424B93; }

<p style="color:#424B93">This sample text font color is #424B93.</p>

This text font color is #424B93.


Background Color

.myBgColor { background-color: #424B93; }

<div style="background-color:#424B93">Inner text</div>

This div background color is #424B93.


Border color

.myBorderColor { border: 1px solid #424B93; }

<div style="border:3px solid #424B93">Div</div>

This div border color is #424B93.


Opacity

.myOpacity80 { color: #424B93; opacity: 0.8; }

<p style="color:#424B93;opacity:0.8;">80%</p>

Text with #424B93 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #424B93;}

<p style="text-shadow: 3px 3px 1px #424B93">Text here.</p>

This text has shadow with #424B93 color.

.textShadow {text-shadow: 3px 3px 1px #424B93, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #424B93, 5px 5px 20px red">Text here.</p>

This text has shadow with #424B93 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#424B93, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#424B93, Direction=45, Strength=4)">Text</p>

This text has shadow with #424B93 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #424B93;
  -webkit-box-shadow:	1px 1px 3px 2px #424B93;
  box-shadow:		1px 1px 3px 2px #424B93;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #424B93;
-webkit-box-shadow: 1px 1px 3px 2px #424B93;
box-shadow:1px 1px 3px 2px #424B93;">
Div content here</div>
This div box has shadow with color #424B93.

Preview

Color preview on black background

This text has color #424B93 on black background.


Color preview on white background

This text has color #424B93 on white background.



Black color preview on #424B93 background

This text has black color on #424B93 background.


White color preview on #424B93 background

This text has white color on #424B93 background.