#442576

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

Shades of Windsor #442576

Tints of Windsor #442576

Color information

#442576 (or 0x442576) is unknown color: approx Windsor. HEX triplet: 44, 25 and 76. RGB value is (68,37,118). Sum of RGB (Red+Green+Blue) = 68+37+118=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #442576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442576 is #BBDA89. Grayscale: #373737. Windows color (decimal): -12311178 or 7742788. OLE color: 7742788.

HSL color Cylindrical-coordinate representation of color #442576: hue angle of 262.96º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442576 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6837118-
CMYK0.420.6900.54
HSL262.96º52.26%30.39%-
HSV(B)262.96º68.64%46.27%-
XYZ6.323.8617.55-
YUV55.5163.27136.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=30.49%
G=16.59%
B=52.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68371180.420.6900.54262.9652.2630.39
Hex4425762A45036107341e
Octal10445166521050664076436
Binary100010010010111101101010101000101011011010000011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442576; }

 p { color: rgb(68,37,118); }

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

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

 a { background-color: rgb(68,37,118); }

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

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

 span { border-color: rgb(68,37,118); }

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