#442672

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

Shades of Windsor #442672

Tints of Windsor #442672

Color information

#442672 (or 0x442672) is unknown color: approx Windsor. HEX triplet: 44, 26 and 72. RGB value is (68,38,114). Sum of RGB (Red+Green+Blue) = 68+38+114=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #442672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442672 is #BBD98D. Grayscale: #373737. Windows color (decimal): -12310926 or 7480900. OLE color: 7480900.

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

Color convert

RGB6838114-
CMYK0.400.6700.55
HSL263.68º50%29.8%-
HSV(B)263.68º66.67%44.71%-
XYZ6.113.8316.34-
YUV55.63160.94136.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=30.91%
G=17.27%
B=51.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68381140.400.6700.55263.685029.8
Hex4426722843037108321e
Octal10446162501030674106236
Binary100010010011011100101010001000011011011110000100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442672; }

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

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

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

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

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

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

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

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