#422874

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

Shades of Windsor #422874

Tints of Windsor #422874

Color information

#422874 (or 0x422874) is unknown color: approx Windsor. HEX triplet: 42, 28 and 74. RGB value is (66,40,116). Sum of RGB (Red+Green+Blue) = 66+40+116=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #422874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422874 is #BDD78B. Grayscale: #383838. Windows color (decimal): -12441484 or 7612482. OLE color: 7612482.

HSL color Cylindrical-coordinate representation of color #422874: hue angle of 260.53º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #422874 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6640116-
CMYK0.430.6600.55
HSL260.53º48.72%30.59%-
HSV(B)260.53º65.52%45.49%-
XYZ6.163.9416.96-
YUV56.44161.61134.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=29.73%
G=18.02%
B=52.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66401160.430.6600.55260.5348.7230.59
Hex4228742B42037105311f
Octal10250164531020674056137
Binary100001010100011101001010111000010011011110000010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422874; }

 p { color: rgb(66,40,116); }

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

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

 a { background-color: rgb(66,40,116); }

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

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

 span { border-color: rgb(66,40,116); }

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