Html Css Color HEX #423479 Windsor

📋 copy color: '#423479'

red 66 ◦ green 52 ◦ blue 121

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

Shades of Windsor #423479

Tints of Windsor #423479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

 BLUE value IS 121 (47.66% from 255) = 50.63%

R = 27.62%
G = 21.76%
B = 50.63%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423479 (or 0x423479) is known color: Windsor. HEX triplet: 42, 34 and 79. RGB value is (66,52,121). Sum of RGB (Red+Green+Blue) = 66+52+121=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #423479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423479 is #BDCB86. Grayscale: #3F3F3F. Windows color (decimal): -12438407 or 7943234. OLE color: 7943234.

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

Color convert

RGB 66 52 121 -
CMYK 0.45 0.57 0 0.53
HSL 252.17º 0.4% 0.34% -
HSV(B) 252.17º 0.57% 0.47% -
XYZ 6.93 4.99 18.69 -
YUV 64.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 66 52 121 0.45 0.57 0 0.53 252.17 0.4 0.34
Hex 42 34 79 2D 39 0 35 FC 28 22
Octal 102 64 171 55 71 0 65 374 50 42
Binary 1000010 110100 1111001 101101 111001 0 110101 11111100 101000 100010

Color Harmonies of #423479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423479

Black with #423479

Text Example


Text Example

White with #423479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423479; }

 p { color: rgb(66,52,121); }

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

background-color css

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

 a { background-color: rgb(66,52,121); }

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

border-color css

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

 span { border-color: rgb(66,52,121); }

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