#462886

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

Shades of Windsor #462886

Tints of Windsor #462886

Color information

#462886 (or 0x462886) is unknown color: approx Windsor. HEX triplet: 46, 28 and 86. RGB value is (70,40,134). Sum of RGB (Red+Green+Blue) = 70+40+134=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #462886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462886 is #B9D779. Grayscale: #3B3B3B. Windows color (decimal): -12179322 or 8792134. OLE color: 8792134.

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

Color convert

RGB7040134-
CMYK0.480.7000.47
HSL259.15º54.02%34.12%-
HSV(B)259.15º70.15%52.55%-
XYZ7.594.5423.03-
YUV59.69169.94135.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 134 (52.73% from 255) = 54.92%
R=28.69%
G=16.39%
B=54.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70401340.480.7000.47259.1554.0234.12
Hex462886304602F1033622
Octal10650206601060574036642
Binary10001101010001000011011000010001100101111100000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462886; }

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

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

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

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

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

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

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

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