#442B72

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

Shades of Windsor #442B72

Tints of Windsor #442B72

Color information

#442B72 (or 0x442B72) is unknown color: approx Windsor. HEX triplet: 44, 2B and 72. RGB value is (68,43,114). Sum of RGB (Red+Green+Blue) = 68+43+114=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #442B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B72 is #BBD48D. Grayscale: #3A3A3A. Windows color (decimal): -12309646 or 7482180. OLE color: 7482180.

HSL color Cylindrical-coordinate representation of color #442B72: hue angle of 261.13º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #442B72 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6843114-
CMYK0.400.6200.55
HSL261.13º45.22%30.78%-
HSV(B)261.13º62.28%44.71%-
XYZ6.294.1716.39-
YUV58.57159.28134.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 43 (17.19% from 255) = 19.11%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=30.22%
G=19.11%
B=50.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68431140.400.6200.55261.1345.2230.78
Hex442B72283E0371052d1f
Octal1045316250760674055537
Binary10001001010111110010101000111110011011110000010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,43,114); }

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

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

 a { background-color: rgb(68,43,114); }

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

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

 span { border-color: rgb(68,43,114); }

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