#422B74

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

Shades of Windsor #422B74

Tints of Windsor #422B74

Color information

#422B74 (or 0x422B74) is unknown color: approx Windsor. HEX triplet: 42, 2B and 74. RGB value is (66,43,116). Sum of RGB (Red+Green+Blue) = 66+43+116=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #422B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B74 is #BDD48B. Grayscale: #393939. Windows color (decimal): -12440716 or 7613250. OLE color: 7613250.

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

Color convert

RGB6643116-
CMYK0.430.6300.55
HSL258.9º45.91%31.18%-
HSV(B)258.9º62.93%45.49%-
XYZ6.264.1516.99-
YUV58.2160.62133.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 43 (17.19% from 255) = 19.11%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=29.33%
G=19.11%
B=51.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66431160.430.6300.55258.945.9131.18
Hex422B742B3F0371032e1f
Octal1025316453770674035637
Binary10000101010111110100101011111111011011110000001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422B74; }

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

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

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

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

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

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

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

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