Html Css Color HEX #423476 Windsor

📋 copy color: '#423476'

red 66 ◦ green 52 ◦ blue 118

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

Shades of Windsor #423476

Tints of Windsor #423476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50%

R = 27.97%
G = 22.03%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#423476 (or 0x423476) is known color: Windsor. HEX triplet: 42, 34 and 76. RGB value is (66,52,118). Sum of RGB (Red+Green+Blue) = 66+52+118=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #423476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423476 is #BDCB89. Grayscale: #3F3F3F. Windows color (decimal): -12438410 or 7746626. OLE color: 7746626.

HSL color Cylindrical-coordinate representation of color #423476: hue angle of 252.73º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #423476 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 52 118 -
CMYK 0.44 0.56 0 0.54
HSL 252.73º 0.39% 0.33% -
HSV(B) 252.73º 0.56% 0.46% -
XYZ 6.74 4.92 17.73 -
YUV 63.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 66 52 118 0.44 0.56 0 0.54 252.73 0.39 0.33
Hex 42 34 76 2C 38 0 36 FD 27 21
Octal 102 64 166 54 70 0 66 375 47 41
Binary 1000010 110100 1110110 101100 111000 0 110110 11111101 100111 100001

Color Harmonies of #423476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423476

Black with #423476

Text Example


Text Example

White with #423476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423476; }

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

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

background-color css

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

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

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

border-color css

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

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

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