#442E71

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

Shades of Windsor #442E71

Tints of Windsor #442E71

Color information

#442E71 (or 0x442E71) is unknown color: approx Windsor. HEX triplet: 44, 2E and 71. RGB value is (68,46,113). Sum of RGB (Red+Green+Blue) = 68+46+113=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #442E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E71 is #BBD18E. Grayscale: #3B3B3B. Windows color (decimal): -12308879 or 7417412. OLE color: 7417412.

HSL color Cylindrical-coordinate representation of color #442E71: hue angle of 259.7º 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 #442E71 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6846113-
CMYK0.400.5900.56
HSL259.7º42.14%31.18%-
HSV(B)259.7º59.29%44.31%-
XYZ6.344.3816.13-
YUV60.22157.79133.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=29.96%
G=20.26%
B=49.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68461130.400.5900.56259.742.1431.18
Hex442E71283B0381042a1f
Octal1045616150730704045237
Binary10001001011101110001101000111011011100010000010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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