#442973

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

Shades of Windsor #442973

Tints of Windsor #442973

Color information

#442973 (or 0x442973) is unknown color: approx Windsor. HEX triplet: 44, 29 and 73. RGB value is (68,41,115). Sum of RGB (Red+Green+Blue) = 68+41+115=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #442973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442973 is #BBD68C. Grayscale: #393939. Windows color (decimal): -12310157 or 7547204. OLE color: 7547204.

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

Color convert

RGB6841115-
CMYK0.410.6400.55
HSL261.89º47.44%30.59%-
HSV(B)261.89º64.35%45.1%-
XYZ6.274.0516.67-
YUV57.51160.45135.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=30.36%
G=18.30%
B=51.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68411150.410.6400.55261.8947.4430.59
Hex44297329400371062f1f
Octal10451163511000674065737
Binary100010010100111100111010011000000011011110000011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442973; }

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

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

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

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

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

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

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

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