#423476

Color #423476 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #423476

Tints of Windsor #423476

Color information

#423476 (or 0x423476) is unknown color: approx 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

RGB6652118-
CMYK0.440.5600.54
HSL252.73º38.82%33.33%-
HSV(B)252.73º55.93%46.27%-
XYZ6.744.9217.73-
YUV63.71158.64129.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 118 (46.48% from 255) = 50%
R=27.97%
G=22.03%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66521180.440.5600.54252.7338.8233.33
Hex4234762C38036fd2721
Octal1026416654700663754741
Binary10000101101001110110101100111000011011011111101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>