#462E84

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

Shades of Windsor #462E84

Tints of Windsor #462E84

Color information

#462E84 (or 0x462E84) is unknown color: approx Windsor. HEX triplet: 46, 2E and 84. RGB value is (70,46,132). Sum of RGB (Red+Green+Blue) = 70+46+132=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #462E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462E84 is #B9D17B. Grayscale: #3E3E3E. Windows color (decimal): -12177788 or 8662598. OLE color: 8662598.

HSL color Cylindrical-coordinate representation of color #462E84: hue angle of 256.74º degrees, saturation: 0.48, 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 #462E84 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7046132-
CMYK0.470.6500.48
HSL256.74º48.31%34.9%-
HSV(B)256.74º65.15%51.76%-
XYZ7.674.9222.38-
YUV62.98166.95133.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.23%
GREEN value IS 46 (18.36% from 255) = 18.55%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=28.23%
G=18.55%
B=53.23%

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
Decimal70461320.470.6500.48256.7448.3134.9
Hex462E842F410301013023
Octal10656204571010604016043
Binary10001101011101000010010111110000010110000100000001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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