Html Css Color HEX #424E84 Tory Blue

📋 copy color: '#424E84'

red 66 ◦ green 78 ◦ blue 132

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

Shades of Tory Blue #424E84

Tints of Tory Blue #424E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.83%

R = 23.91%
G = 28.26%
B = 47.83%

CMYK

 C value IS 0.5

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#424E84 (or 0x424E84) is known color: Tory Blue. HEX triplet: 42, 4E and 84. RGB value is (66,78,132). Sum of RGB (Red+Green+Blue) = 66+78+132=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #424E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E84 is #BDB17B. Grayscale: #505050. Windows color (decimal): -12431740 or 8670786. OLE color: 8670786.

HSL color Cylindrical-coordinate representation of color #424E84: hue angle of 229.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424E84 is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 78 132 -
CMYK 0.5 0.41 0 0.48
HSL 229.09º 0.33% 0.39% -
HSV(B) 229.09º 0.5% 0.52% -
XYZ 9.14 8.27 22.95 -
YUV 80.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 66 78 132 0.5 0.41 0 0.48 229.09 0.33 0.39
Hex 42 4E 84 32 29 0 30 E5 21 27
Octal 102 116 204 62 51 0 60 345 41 47
Binary 1000010 1001110 10000100 110010 101001 0 110000 11100101 100001 100111

Color Harmonies of #424E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E84

Black with #424E84

Text Example


Text Example

White with #424E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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