#462E81

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

Shades of Windsor #462E81

Tints of Windsor #462E81

Color information

#462E81 (or 0x462E81) is unknown color: approx Windsor. HEX triplet: 46, 2E and 81. RGB value is (70,46,129). Sum of RGB (Red+Green+Blue) = 70+46+129=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #462E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462E81 is #B9D17E. Grayscale: #3E3E3E. Windows color (decimal): -12177791 or 8465990. OLE color: 8465990.

HSL color Cylindrical-coordinate representation of color #462E81: hue angle of 257.35º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #462E81 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7046129-
CMYK0.460.6400.49
HSL257.35º47.43%34.31%-
HSV(B)257.35º64.34%50.59%-
XYZ7.474.8421.31-
YUV62.64165.45133.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 129 (50.78% from 255) = 52.65%
R=28.57%
G=18.78%
B=52.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70461290.460.6400.49257.3547.4334.31
Hex462E812E400311012f22
Octal10656201561000614015742
Binary10001101011101000000110111010000000110001100000001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462E81; }

 p { color: rgb(70,46,129); }

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

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

 a { background-color: rgb(70,46,129); }

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

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

 span { border-color: rgb(70,46,129); }

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