#422479

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

Shades of Windsor #422479

Tints of Windsor #422479

Color information

#422479 (or 0x422479) is unknown color: approx Windsor. HEX triplet: 42, 24 and 79. RGB value is (66,36,121). Sum of RGB (Red+Green+Blue) = 66+36+121=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #422479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422479 is #BDDB86. Grayscale: #363636. Windows color (decimal): -12442503 or 7939138. OLE color: 7939138.

HSL color Cylindrical-coordinate representation of color #422479: hue angle of 261.18º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422479 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6636121-
CMYK0.450.7000.53
HSL261.18º54.14%30.78%-
HSV(B)261.18º70.25%47.45%-
XYZ6.333.818.49-
YUV54.66165.44136.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=29.60%
G=16.14%
B=54.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66361210.450.7000.53261.1854.1430.78
Hex4224792D46035105361f
Octal10244171551060654056637
Binary100001010010011110011011011000110011010110000010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422479; }

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

 H1.HeaderClassName
 {
   color: #422479;
 }
 .AnyTagClassName
 {
   color: #422479;
 }
</style>
background-color css

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

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

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

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

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

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