#442C76

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

Shades of Windsor #442C76

Tints of Windsor #442C76

Color information

#442C76 (or 0x442C76) is unknown color: approx Windsor. HEX triplet: 44, 2C and 76. RGB value is (68,44,118). Sum of RGB (Red+Green+Blue) = 68+44+118=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #442C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C76 is #BBD389. Grayscale: #3B3B3B. Windows color (decimal): -12309386 or 7744580. OLE color: 7744580.

HSL color Cylindrical-coordinate representation of color #442C76: hue angle of 259.46º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #442C76 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6844118-
CMYK0.420.6300.54
HSL259.46º45.68%31.76%-
HSV(B)259.46º62.71%46.27%-
XYZ6.554.3417.63-
YUV59.61160.95133.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=29.57%
G=19.13%
B=51.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68441180.420.6300.54259.4645.6831.76
Hex442C762A3F0361032e20
Octal1045416652770664035640
Binary100010010110011101101010101111110110110100000011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,44,118); }

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

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

 a { background-color: rgb(68,44,118); }

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

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

 span { border-color: rgb(68,44,118); }

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