#443479

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

Shades of Windsor #443479

Tints of Windsor #443479

Color information

#443479 (or 0x443479) is unknown color: approx Windsor. HEX triplet: 44, 34 and 79. RGB value is (68,52,121). Sum of RGB (Red+Green+Blue) = 68+52+121=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #443479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443479 is #BBCB86. Grayscale: #404040. Windows color (decimal): -12307335 or 7943236. OLE color: 7943236.

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

Color convert

RGB6852121-
CMYK0.440.5700.53
HSL253.91º39.88%33.92%-
HSV(B)253.91º57.02%47.45%-
XYZ7.065.0718.69-
YUV64.65159.8130.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 121 (47.66% from 255) = 50.21%
R=28.22%
G=21.58%
B=50.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68521210.440.5700.53253.9139.8833.92
Hex4434792C39035fe2822
Octal1046417154710653765042
Binary10001001101001111001101100111001011010111111110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443479; }

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

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

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

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

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

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

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

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