#443076

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

Shades of Windsor #443076

Tints of Windsor #443076

Color information

#443076 (or 0x443076) is unknown color: approx Windsor. HEX triplet: 44, 30 and 76. RGB value is (68,48,118). Sum of RGB (Red+Green+Blue) = 68+48+118=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #443076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443076 is #BBCF89. Grayscale: #3D3D3D. Windows color (decimal): -12308362 or 7745604. OLE color: 7745604.

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

Color convert

RGB6848118-
CMYK0.420.5900.54
HSL257.14º42.17%32.55%-
HSV(B)257.14º59.32%46.27%-
XYZ6.714.6517.68-
YUV61.96159.63132.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=29.06%
G=20.51%
B=50.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68481180.420.5900.54257.1442.1732.55
Hex4430762A3B0361012a21
Octal1046016652730664015241
Binary100010011000011101101010101110110110110100000001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443076; }

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

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

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

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

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

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

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

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