#442C6E

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

Shades of Windsor #442C6E

Tints of Windsor #442C6E

Color information

#442C6E (or 0x442C6E) is unknown color: approx Windsor. HEX triplet: 44, 2C and 6E. RGB value is (68,44,110). Sum of RGB (Red+Green+Blue) = 68+44+110=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #442C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C6E is #BBD391. Grayscale: #3A3A3A. Windows color (decimal): -12309394 or 7220292. OLE color: 7220292.

HSL color Cylindrical-coordinate representation of color #442C6E: hue angle of 261.82º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #442C6E is Cyan = 0.38, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6844110-
CMYK0.380.600.57
HSL261.82º42.86%30.2%-
HSV(B)261.82º60%43.14%-
XYZ6.14.1615.23-
YUV58.7156.95134.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 110 (43.36% from 255) = 49.55%
R=30.63%
G=19.82%
B=49.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68441100.380.600.57261.8242.8630.2
Hex442C6E263C0391062b1e
Octal1045415646740714065336
Binary10001001011001101110100110111100011100110000011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,44,110); }

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

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

 a { background-color: rgb(68,44,110); }

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

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

 span { border-color: rgb(68,44,110); }

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