Html Css Color HEX #424F84 Tory Blue

📋 copy color: '#424F84'

red 66 ◦ green 79 ◦ blue 132

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

Shades of Tory Blue #424F84

Tints of Tory Blue #424F84

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.52%

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

R = 23.83%
G = 28.52%
B = 47.65%

CMYK

 C value IS 0.5

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#424F84 (or 0x424F84) is known color: Tory Blue. HEX triplet: 42, 4F and 84. RGB value is (66,79,132). Sum of RGB (Red+Green+Blue) = 66+79+132=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #424F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F84 is #BDB07B. Grayscale: #505050. Windows color (decimal): -12431484 or 8671042. OLE color: 8671042.

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

Color convert

RGB 66 79 132 -
CMYK 0.5 0.40 0 0.48
HSL 228.18º 0.33% 0.39% -
HSV(B) 228.18º 0.5% 0.52% -
XYZ 9.21 8.42 22.97 -
YUV 81.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 66 79 132 0.5 0.40 0 0.48 228.18 0.33 0.39
Hex 42 4F 84 32 28 0 30 E4 21 27
Octal 102 117 204 62 50 0 60 344 41 47
Binary 1000010 1001111 10000100 110010 101000 0 110000 11100100 100001 100111

Color Harmonies of #424F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F84

Black with #424F84

Text Example


Text Example

White with #424F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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