Html Css Color HEX #424C84 Tory Blue

📋 copy color: '#424C84'

red 66 ◦ green 76 ◦ blue 132

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

Shades of Tory Blue #424C84

Tints of Tory Blue #424C84

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.74%

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

R = 24.09%
G = 27.74%
B = 48.18%

CMYK

 C value IS 0.5

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#424C84 (or 0x424C84) is known color: Tory Blue. HEX triplet: 42, 4C and 84. RGB value is (66,76,132). Sum of RGB (Red+Green+Blue) = 66+76+132=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #424C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C84 is #BDB37B. Grayscale: #4F4F4F. Windows color (decimal): -12432252 or 8670274. OLE color: 8670274.

HSL color Cylindrical-coordinate representation of color #424C84: hue angle of 230.91º 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 #424C84 is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 76 132 -
CMYK 0.5 0.42 0 0.48
HSL 230.91º 0.33% 0.39% -
HSV(B) 230.91º 0.5% 0.52% -
XYZ 9 7.99 22.9 -
YUV 79.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 66 76 132 0.5 0.42 0 0.48 230.91 0.33 0.39
Hex 42 4C 84 32 2A 0 30 E7 21 27
Octal 102 114 204 62 52 0 60 347 41 47
Binary 1000010 1001100 10000100 110010 101010 0 110000 11100111 100001 100111

Color Harmonies of #424C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C84

Black with #424C84

Text Example


Text Example

White with #424C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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