#462E7F

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

Shades of Windsor #462E7F

Tints of Windsor #462E7F

Color information

#462E7F (or 0x462E7F) is unknown color: approx Windsor. HEX triplet: 46, 2E and 7F. RGB value is (70,46,127). Sum of RGB (Red+Green+Blue) = 70+46+127=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #462E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E7F is #B9D180. Grayscale: #3E3E3E. Windows color (decimal): -12177793 or 8334918. OLE color: 8334918.

HSL color Cylindrical-coordinate representation of color #462E7F: hue angle of 257.78º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #462E7F is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7046127-
CMYK0.450.6400.50
HSL257.78º46.82%33.92%-
HSV(B)257.78º63.78%49.8%-
XYZ7.334.7920.62-
YUV62.41164.45133.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 127 (50% from 255) = 52.26%
R=28.81%
G=18.93%
B=52.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70461270.450.6400.50257.7846.8233.92
Hex462E7F2D400321022f22
Octal10656177551000624025742
Binary1000110101110111111110110110000000110010100000010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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