#442676

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

Shades of Windsor #442676

Tints of Windsor #442676

Color information

#442676 (or 0x442676) is unknown color: approx Windsor. HEX triplet: 44, 26 and 76. RGB value is (68,38,118). Sum of RGB (Red+Green+Blue) = 68+38+118=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #442676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442676 is #BBD989. Grayscale: #373737. Windows color (decimal): -12310922 or 7743044. OLE color: 7743044.

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

Color convert

RGB6838118-
CMYK0.420.6800.54
HSL262.5º51.28%30.59%-
HSV(B)262.5º67.8%46.27%-
XYZ6.353.9217.56-
YUV56.09162.94136.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=30.36%
G=16.96%
B=52.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68381180.420.6800.54262.551.2830.59
Hex4426762A44036106331f
Octal10446166521040664066337
Binary100010010011011101101010101000100011011010000011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442676; }

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

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

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

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

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

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

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

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