#442F80

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

Shades of Windsor #442F80

Tints of Windsor #442F80

Color information

#442F80 (or 0x442F80) is unknown color: approx Windsor. HEX triplet: 44, 2F and 80. RGB value is (68,47,128). Sum of RGB (Red+Green+Blue) = 68+47+128=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #442F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442F80 is #BBD07F. Grayscale: #3E3E3E. Windows color (decimal): -12308608 or 8400708. OLE color: 8400708.

HSL color Cylindrical-coordinate representation of color #442F80: hue angle of 255.56º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #442F80 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6847128-
CMYK0.470.6300.50
HSL255.56º46.29%34.31%-
HSV(B)255.56º63.28%50.2%-
XYZ7.34.8220.97-
YUV62.51164.96131.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.98%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 128 (50.39% from 255) = 52.67%
R=27.98%
G=19.34%
B=52.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68471280.470.6300.50255.5646.2934.31
Hex442F802F3F0321002e22
Octal1045720057770624005642
Binary1000100101111100000001011111111110110010100000000101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442F80; }

 p { color: rgb(68,47,128); }

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

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

 a { background-color: rgb(68,47,128); }

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

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

 span { border-color: rgb(68,47,128); }

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