#443176

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

Shades of Windsor #443176

Tints of Windsor #443176

Color information

#443176 (or 0x443176) is unknown color: approx Windsor. HEX triplet: 44, 31 and 76. RGB value is (68,49,118). Sum of RGB (Red+Green+Blue) = 68+49+118=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #443176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443176 is #BBCE89. Grayscale: #3E3E3E. Windows color (decimal): -12308106 or 7745860. OLE color: 7745860.

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

Color convert

RGB6849118-
CMYK0.420.5800.54
HSL256.52º41.32%32.75%-
HSV(B)256.52º58.47%46.27%-
XYZ6.754.7317.7-
YUV62.55159.29131.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=28.94%
G=20.85%
B=50.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68491180.420.5800.54256.5241.3232.75
Hex4431762A3A0361012921
Octal1046116652720664015141
Binary100010011000111101101010101110100110110100000001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443176; }

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

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

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

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

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

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

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

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