#422674

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

Shades of Windsor #422674

Tints of Windsor #422674

Color information

#422674 (or 0x422674) is unknown color: approx Windsor. HEX triplet: 42, 26 and 74. RGB value is (66,38,116). Sum of RGB (Red+Green+Blue) = 66+38+116=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #422674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422674 is #BDD98B. Grayscale: #363636. Windows color (decimal): -12441996 or 7611970. OLE color: 7611970.

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

Color convert

RGB6638116-
CMYK0.430.6700.55
HSL261.54º50.65%30.2%-
HSV(B)261.54º67.24%45.49%-
XYZ6.093.8116.94-
YUV55.26162.28135.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 116 (45.70% from 255) = 52.73%
R=30%
G=17.27%
B=52.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66381160.430.6700.55261.5450.6530.2
Hex4226742B43037106331e
Octal10246164531030674066336
Binary100001010011011101001010111000011011011110000011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422674; }

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

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

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

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

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

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

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

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