#442E77

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

Shades of Windsor #442E77

Tints of Windsor #442E77

Color information

#442E77 (or 0x442E77) is unknown color: approx Windsor. HEX triplet: 44, 2E and 77. RGB value is (68,46,119). Sum of RGB (Red+Green+Blue) = 68+46+119=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #442E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E77 is #BBD188. Grayscale: #3C3C3C. Windows color (decimal): -12308873 or 7810628. OLE color: 7810628.

HSL color Cylindrical-coordinate representation of color #442E77: hue angle of 258.08º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #442E77 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6846119-
CMYK0.430.6100.53
HSL258.08º44.24%32.35%-
HSV(B)258.08º61.34%46.67%-
XYZ6.694.5117.97-
YUV60.9160.79133.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=29.18%
G=19.74%
B=51.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68461190.430.6100.53258.0844.2432.35
Hex442E772B3D0351022c20
Octal1045616753750654025440
Binary100010010111011101111010111111010110101100000010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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