#442E84

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

Shades of Windsor #442E84

Tints of Windsor #442E84

Color information

#442E84 (or 0x442E84) is unknown color: approx Windsor. HEX triplet: 44, 2E and 84. RGB value is (68,46,132). Sum of RGB (Red+Green+Blue) = 68+46+132=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #442E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442E84 is #BBD17B. Grayscale: #3E3E3E. Windows color (decimal): -12308860 or 8662596. OLE color: 8662596.

HSL color Cylindrical-coordinate representation of color #442E84: hue angle of 255.35º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442E84 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6846132-
CMYK0.480.6500.48
HSL255.35º48.31%34.9%-
HSV(B)255.35º65.15%51.76%-
XYZ7.534.8522.37-
YUV62.38167.29132.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.64%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=27.64%
G=18.70%
B=53.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68461320.480.6500.48255.3548.3134.9
Hex442E843041030ff3023
Octal10456204601010603776043
Binary1000100101110100001001100001000001011000011111111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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