#403479

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

Shades of Windsor #403479

Tints of Windsor #403479

Color information

#403479 (or 0x403479) is unknown color: approx Windsor. HEX triplet: 40, 34 and 79. RGB value is (64,52,121). Sum of RGB (Red+Green+Blue) = 64+52+121=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #403479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403479 is #BFCB86. Grayscale: #3F3F3F. Windows color (decimal): -12569479 or 7943232. OLE color: 7943232.

HSL color Cylindrical-coordinate representation of color #403479: hue angle of 250.43º 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 #403479 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6452121-
CMYK0.470.5700.53
HSL250.43º39.88%33.92%-
HSV(B)250.43º57.02%47.45%-
XYZ6.794.9318.68-
YUV63.45160.48128.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 121 (47.66% from 255) = 51.05%
R=27.00%
G=21.94%
B=51.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64521210.470.5700.53250.4339.8833.92
Hex4034792F39035fa2822
Octal1006417157710653725042
Binary10000001101001111001101111111001011010111111010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403479; }

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

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

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

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

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

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

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

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