#462F82

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

Shades of Windsor #462F82

Tints of Windsor #462F82

Color information

#462F82 (or 0x462F82) is unknown color: approx Windsor. HEX triplet: 46, 2F and 82. RGB value is (70,47,130). Sum of RGB (Red+Green+Blue) = 70+47+130=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #462F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462F82 is #B9D07D. Grayscale: #3F3F3F. Windows color (decimal): -12177534 or 8531782. OLE color: 8531782.

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

Color convert

RGB7047130-
CMYK0.460.6400.49
HSL256.63º46.89%34.71%-
HSV(B)256.63º63.85%50.98%-
XYZ7.574.9521.67-
YUV63.34165.62132.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 47 (18.75% from 255) = 19.03%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=28.34%
G=19.03%
B=52.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70471300.460.6400.49256.6346.8934.71
Hex462F822E400311012f23
Octal10657202561000614015743
Binary10001101011111000001010111010000000110001100000001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,47,130); }

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

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

 a { background-color: rgb(70,47,130); }

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

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

 span { border-color: rgb(70,47,130); }

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