#403073

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

Shades of Windsor #403073

Tints of Windsor #403073

Color information

#403073 (or 0x403073) is unknown color: approx Windsor. HEX triplet: 40, 30 and 73. RGB value is (64,48,115). Sum of RGB (Red+Green+Blue) = 64+48+115=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #403073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403073 is #BFCF8C. Grayscale: #3C3C3C. Windows color (decimal): -12570509 or 7548992. OLE color: 7548992.

HSL color Cylindrical-coordinate representation of color #403073: hue angle of 254.33º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #403073 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6448115-
CMYK0.440.5800.55
HSL254.33º41.1%31.96%-
HSV(B)254.33º58.26%45.1%-
XYZ6.274.4416.75-
YUV60.42158.8130.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=28.19%
G=21.15%
B=50.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64481150.440.5800.55254.3341.131.96
Hex4030732C3A037fe2920
Octal1006016354720673765140
Binary10000001100001110011101100111010011011111111110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403073; }

 p { color: rgb(64,48,115); }

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

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

 a { background-color: rgb(64,48,115); }

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

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

 span { border-color: rgb(64,48,115); }

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