#443477

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

Shades of Windsor #443477

Tints of Windsor #443477

Color information

#443477 (or 0x443477) is unknown color: approx Windsor. HEX triplet: 44, 34 and 77. RGB value is (68,52,119). Sum of RGB (Red+Green+Blue) = 68+52+119=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #443477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443477 is #BBCB88. Grayscale: #404040. Windows color (decimal): -12307337 or 7812164. OLE color: 7812164.

HSL color Cylindrical-coordinate representation of color #443477: hue angle of 254.33º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #443477 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6852119-
CMYK0.430.5600.53
HSL254.33º39.18%33.53%-
HSV(B)254.33º56.3%46.67%-
XYZ6.945.0218.06-
YUV64.42158.8130.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=28.45%
G=21.76%
B=49.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68521190.430.5600.53254.3339.1833.53
Hex4434772B38035fe2722
Octal1046416753700653764742
Binary10001001101001110111101011111000011010111111110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443477; }

 p { color: rgb(68,52,119); }

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

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

 a { background-color: rgb(68,52,119); }

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

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

 span { border-color: rgb(68,52,119); }

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