#462f85

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

Shades of Windsor #462F85

Tints of Windsor #462F85

Color information

#462F85 (or 0x462F85) is unknown color: approx Windsor. HEX triplet: 46, 2F and 85. RGB value is (70,47,133). Sum of RGB (Red+Green+Blue) = 70+47+133=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #462F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462F85 is #B9D07A. Grayscale: #3F3F3F. Windows color (decimal): -12177531 or 8728390. OLE color: 8728390.

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

Color convert

RGB7047133-
CMYK0.470.6500.48
HSL256.05º47.78%35.29%-
HSV(B)256.05º64.66%52.16%-
XYZ7.785.0322.75-
YUV63.68167.12132.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 47 (18.75% from 255) = 18.8%
BLUE value IS 133 (52.34% from 255) = 53.2%
R=28%
G=18.8%
B=53.2%

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
Decimal70471330.470.6500.48256.0547.7835.29
Hex462F852F410301003023
Octal10657205571010604006043
Binary10001101011111000010110111110000010110000100000000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462f85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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