Html Css Color HEX #424E81 Tory Blue

📋 copy color: '#424E81'

red 66 ◦ green 78 ◦ blue 129

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

Shades of Tory Blue #424E81

Tints of Tory Blue #424E81

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

 BLUE value IS 129 (50.78% from 255) = 47.25%

R = 24.18%
G = 28.57%
B = 47.25%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#424E81 (or 0x424E81) is known color: Tory Blue. HEX triplet: 42, 4E and 81. RGB value is (66,78,129). Sum of RGB (Red+Green+Blue) = 66+78+129=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #424E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E81 is #BDB17E. Grayscale: #505050. Windows color (decimal): -12431743 or 8474178. OLE color: 8474178.

HSL color Cylindrical-coordinate representation of color #424E81: hue angle of 228.57º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #424E81 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 78 129 -
CMYK 0.49 0.40 0 0.49
HSL 228.57º 0.32% 0.38% -
HSV(B) 228.57º 0.49% 0.51% -
XYZ 8.93 8.19 21.88 -
YUV 80.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 66 78 129 0.49 0.40 0 0.49 228.57 0.32 0.38
Hex 42 4E 81 31 28 0 31 E5 20 26
Octal 102 116 201 61 50 0 61 345 40 46
Binary 1000010 1001110 10000001 110001 101000 0 110001 11100101 100000 100110

Color Harmonies of #424E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E81

Black with #424E81

Text Example


Text Example

White with #424E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,78,129); }

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

background-color css

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

 a { background-color: rgb(66,78,129); }

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

border-color css

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

 span { border-color: rgb(66,78,129); }

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