#462085

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

Shades of Windsor #462085

Tints of Windsor #462085

Color information

#462085 (or 0x462085) is unknown color: approx Windsor. HEX triplet: 46, 20 and 85. RGB value is (70,32,133). Sum of RGB (Red+Green+Blue) = 70+32+133=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #462085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462085 is #B9DF7A. Grayscale: #363636. Windows color (decimal): -12181371 or 8724550. OLE color: 8724550.

HSL color Cylindrical-coordinate representation of color #462085: hue angle of 262.57º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462085 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7032133-
CMYK0.470.7600.48
HSL262.57º61.21%32.35%-
HSV(B)262.57º75.94%52.16%-
XYZ7.284.0322.58-
YUV54.88172.09138.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=29.79%
G=13.62%
B=56.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70321330.470.7600.48262.5761.2132.35
Hex4620852F4C0301073d20
Octal10640205571140604077540
Binary10001101000001000010110111110011000110000100000111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462085; }

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

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

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

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

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

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

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

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