#442574

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

Shades of Windsor #442574

Tints of Windsor #442574

Color information

#442574 (or 0x442574) is unknown color: approx Windsor. HEX triplet: 44, 25 and 74. RGB value is (68,37,116). Sum of RGB (Red+Green+Blue) = 68+37+116=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #442574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442574 is #BBDA8B. Grayscale: #363636. Windows color (decimal): -12311180 or 7611716. OLE color: 7611716.

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

Color convert

RGB6837116-
CMYK0.410.6800.55
HSL263.54º51.63%30%-
HSV(B)263.54º68.1%45.49%-
XYZ6.23.8116.93-
YUV55.28162.27137.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=30.77%
G=16.74%
B=52.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68371160.410.6800.55263.5451.6330
Hex4425742944037108341e
Octal10445164511040674106436
Binary100010010010111101001010011000100011011110000100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442574; }

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

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

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

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

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

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

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

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