#462E85

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

Shades of Windsor #462E85

Tints of Windsor #462E85

Color information

#462E85 (or 0x462E85) is unknown color: approx Windsor. HEX triplet: 46, 2E and 85. RGB value is (70,46,133). Sum of RGB (Red+Green+Blue) = 70+46+133=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #462E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462E85 is #B9D17A. Grayscale: #3E3E3E. Windows color (decimal): -12177787 or 8728134. OLE color: 8728134.

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

Color convert

RGB7046133-
CMYK0.470.6500.48
HSL256.55º48.6%35.1%-
HSV(B)256.55º65.41%52.16%-
XYZ7.744.9522.74-
YUV63.09167.45132.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=28.11%
G=18.47%
B=53.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70461330.470.6500.48256.5548.635.1
Hex462E852F410301013123
Octal10656205571010604016143
Binary10001101011101000010110111110000010110000100000001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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