Html Css Color HEX #423477 Windsor

📋 copy color: '#423477'

red 66 ◦ green 52 ◦ blue 119

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

Shades of Windsor #423477

Tints of Windsor #423477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.21%

R = 27.85%
G = 21.94%
B = 50.21%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423477 (or 0x423477) is known color: Windsor. HEX triplet: 42, 34 and 77. RGB value is (66,52,119). Sum of RGB (Red+Green+Blue) = 66+52+119=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #423477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423477 is #BDCB88. Grayscale: #3F3F3F. Windows color (decimal): -12438409 or 7812162. OLE color: 7812162.

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

Color convert

RGB 66 52 119 -
CMYK 0.45 0.56 0 0.53
HSL 252.54º 0.39% 0.34% -
HSV(B) 252.54º 0.56% 0.47% -
XYZ 6.8 4.95 18.05 -
YUV 63.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 66 52 119 0.45 0.56 0 0.53 252.54 0.39 0.34
Hex 42 34 77 2D 38 0 35 FD 27 22
Octal 102 64 167 55 70 0 65 375 47 42
Binary 1000010 110100 1110111 101101 111000 0 110101 11111101 100111 100010

Color Harmonies of #423477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423477

Black with #423477

Text Example


Text Example

White with #423477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423477; }

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

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

background-color css

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

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

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

border-color css

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

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

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