#442776

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

Shades of Windsor #442776

Tints of Windsor #442776

Color information

#442776 (or 0x442776) is unknown color: approx Windsor. HEX triplet: 44, 27 and 76. RGB value is (68,39,118). Sum of RGB (Red+Green+Blue) = 68+39+118=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #442776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442776 is #BBD889. Grayscale: #383838. Windows color (decimal): -12310666 or 7743300. OLE color: 7743300.

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

Color convert

RGB6839118-
CMYK0.420.6700.54
HSL262.03º50.32%30.78%-
HSV(B)262.03º66.95%46.27%-
XYZ6.383.9917.57-
YUV56.68162.61136.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=30.22%
G=17.33%
B=52.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68391180.420.6700.54262.0350.3230.78
Hex4427762A43036106321f
Octal10447166521030664066237
Binary100010010011111101101010101000011011011010000011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442776; }

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

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

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

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

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

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

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

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