#462E83

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

Shades of Windsor #462E83

Tints of Windsor #462E83

Color information

#462E83 (or 0x462E83) is unknown color: approx Windsor. HEX triplet: 46, 2E and 83. RGB value is (70,46,131). Sum of RGB (Red+Green+Blue) = 70+46+131=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #462E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462E83 is #B9D17C. Grayscale: #3E3E3E. Windows color (decimal): -12177789 or 8597062. OLE color: 8597062.

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

Color convert

RGB7046131-
CMYK0.470.6500.49
HSL256.94º48.02%34.71%-
HSV(B)256.94º64.89%51.37%-
XYZ7.64.8922.02-
YUV62.87166.45133.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 131 (51.56% from 255) = 53.04%
R=28.34%
G=18.62%
B=53.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70461310.470.6500.49256.9448.0234.71
Hex462E832F410311013023
Octal10656203571010614016043
Binary10001101011101000001110111110000010110001100000001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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