#442972

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

Shades of Windsor #442972

Tints of Windsor #442972

Color information

#442972 (or 0x442972) is unknown color: approx Windsor. HEX triplet: 44, 29 and 72. RGB value is (68,41,114). Sum of RGB (Red+Green+Blue) = 68+41+114=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #442972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442972 is #BBD68D. Grayscale: #393939. Windows color (decimal): -12310158 or 7481668. OLE color: 7481668.

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

Color convert

RGB6841114-
CMYK0.400.6400.55
HSL262.19º47.1%30.39%-
HSV(B)262.19º64.04%44.71%-
XYZ6.214.0316.37-
YUV57.4159.95135.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=30.49%
G=18.39%
B=51.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68411140.400.6400.55262.1947.130.39
Hex44297228400371062f1e
Octal10451162501000674065736
Binary100010010100111100101010001000000011011110000011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442972; }

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

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

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

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

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

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

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

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