Html Css Color HEX #423276 Windsor

📋 copy color: '#423276'

red 66 ◦ green 50 ◦ blue 118

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

Shades of Windsor #423276

Tints of Windsor #423276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 28.21%
G = 21.37%
B = 50.43%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#423276 (or 0x423276) is known color: Windsor. HEX triplet: 42, 32 and 76. RGB value is (66,50,118). Sum of RGB (Red+Green+Blue) = 66+50+118=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #423276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423276 is #BDCD89. Grayscale: #3E3E3E. Windows color (decimal): -12438922 or 7746114. OLE color: 7746114.

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

Color convert

RGB 66 50 118 -
CMYK 0.44 0.58 0 0.54
HSL 254.12º 0.4% 0.33% -
HSV(B) 254.12º 0.58% 0.46% -
XYZ 6.66 4.75 17.71 -
YUV 62.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 66 50 118 0.44 0.58 0 0.54 254.12 0.4 0.33
Hex 42 32 76 2C 3A 0 36 FE 28 21
Octal 102 62 166 54 72 0 66 376 50 41
Binary 1000010 110010 1110110 101100 111010 0 110110 11111110 101000 100001

Color Harmonies of #423276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423276

Black with #423276

Text Example


Text Example

White with #423276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423276; }

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

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

background-color css

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

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

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

border-color css

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

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

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