#402476

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

Shades of Windsor #402476

Tints of Windsor #402476

Color information

#402476 (or 0x402476) is unknown color: approx Windsor. HEX triplet: 40, 24 and 76. RGB value is (64,36,118). Sum of RGB (Red+Green+Blue) = 64+36+118=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #402476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402476 is #BFDB89. Grayscale: #353535. Windows color (decimal): -12573578 or 7742528. OLE color: 7742528.

HSL color Cylindrical-coordinate representation of color #402476: hue angle of 260.49º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402476 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6436118-
CMYK0.460.6900.54
HSL260.49º53.25%30.2%-
HSV(B)260.49º69.49%46.27%-
XYZ6.023.6617.53-
YUV53.72164.28135.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=29.36%
G=16.51%
B=54.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64361180.460.6900.54260.4953.2530.2
Hex4024762E45036104351e
Octal10044166561050664046536
Binary100000010010011101101011101000101011011010000010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402476; }

 p { color: rgb(64,36,118); }

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

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

 a { background-color: rgb(64,36,118); }

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

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

 span { border-color: rgb(64,36,118); }

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