#462986

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

Shades of Windsor #462986

Tints of Windsor #462986

Color information

#462986 (or 0x462986) is unknown color: approx Windsor. HEX triplet: 46, 29 and 86. RGB value is (70,41,134). Sum of RGB (Red+Green+Blue) = 70+41+134=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #462986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462986 is #B9D679. Grayscale: #3B3B3B. Windows color (decimal): -12179066 or 8792390. OLE color: 8792390.

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

Color convert

RGB7041134-
CMYK0.480.6900.47
HSL258.71º53.14%34.31%-
HSV(B)258.71º69.4%52.55%-
XYZ7.624.6123.04-
YUV60.27169.61134.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 134 (52.73% from 255) = 54.69%
R=28.57%
G=16.73%
B=54.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70411340.480.6900.47258.7153.1434.31
Hex462986304502F1033522
Octal10651206601050574036542
Binary10001101010011000011011000010001010101111100000011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462986; }

 p { color: rgb(70,41,134); }

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

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

 a { background-color: rgb(70,41,134); }

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

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

 span { border-color: rgb(70,41,134); }

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