#442E70

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

Shades of Windsor #442E70

Tints of Windsor #442E70

Color information

#442E70 (or 0x442E70) is unknown color: approx Windsor. HEX triplet: 44, 2E and 70. RGB value is (68,46,112). Sum of RGB (Red+Green+Blue) = 68+46+112=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #442E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E70 is #BBD18F. Grayscale: #3B3B3B. Windows color (decimal): -12308880 or 7351876. OLE color: 7351876.

HSL color Cylindrical-coordinate representation of color #442E70: hue angle of 260º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442E70 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6846112-
CMYK0.390.5900.56
HSL260º41.77%30.98%-
HSV(B)260º58.93%43.92%-
XYZ6.294.3515.84-
YUV60.1157.29133.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.09%
GREEN value IS 46 (18.36% from 255) = 20.35%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=30.09%
G=20.35%
B=49.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68461120.390.5900.5626041.7730.98
Hex442E70273B0381042a1f
Octal1045616047730704045237
Binary10001001011101110000100111111011011100010000010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,46,112); }

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

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

 a { background-color: rgb(68,46,112); }

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

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

 span { border-color: rgb(68,46,112); }

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