Html Css Color HEX #424D8B Tory Blue

📋 copy color: '#424D8B'

red 66 ◦ green 77 ◦ blue 139

#424D8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #424D8B

Tints of Tory Blue #424D8B

RGB

 RED value IS 66 (26.17% from 255) = 23.4%

 GREEN value IS 77 (30.47% from 255) = 27.3%

 BLUE value IS 139 (54.69% from 255) = 49.29%

R = 23.4%
G = 27.3%
B = 49.29%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#424D8B (or 0x424D8B) is known color: Tory Blue. HEX triplet: 42, 4D and 8B. RGB value is (66,77,139). Sum of RGB (Red+Green+Blue) = 66+77+139=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #424D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424D8B is #BDB274. Grayscale: #505050. Windows color (decimal): -12431989 or 9129282. OLE color: 9129282.

HSL color Cylindrical-coordinate representation of color #424D8B: hue angle of 230.96º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #424D8B is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 77 139 -
CMYK 0.53 0.45 0 0.45
HSL 230.96º 0.36% 0.4% -
HSV(B) 230.96º 0.53% 0.55% -
XYZ 9.56 8.33 25.53 -
YUV 80.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 66 77 139 0.53 0.45 0 0.45 230.96 0.36 0.4
Hex 42 4D 8B 35 2D 0 2D E7 24 28
Octal 102 115 213 65 55 0 55 347 44 50
Binary 1000010 1001101 10001011 110101 101101 0 101101 11100111 100100 101000

Color Harmonies of #424D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D8B

Black with #424D8B

Text Example


Text Example

White with #424D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424D8B; }

 p { color: rgb(66,77,139); }

 H1.HeaderClassName
 {
   color: #424D8B;
 }
 .AnyTagClassName
 {
   color: #424D8B;
 }
</style>

background-color css

<style>
 a { background-color: #424D8B; }

 a { background-color: rgb(66,77,139); }

 div.DivClassName
 {
   background-color: #424D8B;
 }
 .BgClassName
 {
   background-color: #424D8B;
 }
</style>

border-color css

<style>
 span { border-color: #424D8B; }

 span { border-color: rgb(66,77,139); }

 td.TdClassName
 {
   border-color: #424D8B;
 }
 .TagClassName
 {
   border-color: #424D8B;
 }
</style>