#422974

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

Shades of Windsor #422974

Tints of Windsor #422974

Color information

#422974 (or 0x422974) is unknown color: approx Windsor. HEX triplet: 42, 29 and 74. RGB value is (66,41,116). Sum of RGB (Red+Green+Blue) = 66+41+116=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #422974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422974 is #BDD68B. Grayscale: #383838. Windows color (decimal): -12441228 or 7612738. OLE color: 7612738.

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

Color convert

RGB6641116-
CMYK0.430.6500.55
HSL260º47.77%30.78%-
HSV(B)260º64.66%45.49%-
XYZ6.194.0116.97-
YUV57.03161.28134.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=29.60%
G=18.39%
B=52.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66411160.430.6500.5526047.7730.78
Hex4229742B41037104301f
Octal10251164531010674046037
Binary100001010100111101001010111000001011011110000010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422974; }

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

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

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

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

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

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

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

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