#462E77

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

Shades of Windsor #462E77

Tints of Windsor #462E77

Color information

#462E77 (or 0x462E77) is unknown color: approx Windsor. HEX triplet: 46, 2E and 77. RGB value is (70,46,119). Sum of RGB (Red+Green+Blue) = 70+46+119=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #462E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E77 is #B9D188. Grayscale: #3D3D3D. Windows color (decimal): -12177801 or 7810630. OLE color: 7810630.

HSL color Cylindrical-coordinate representation of color #462E77: hue angle of 259.73º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #462E77 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7046119-
CMYK0.410.6100.53
HSL259.73º44.24%32.35%-
HSV(B)259.73º61.34%46.67%-
XYZ6.834.5917.98-
YUV61.5160.45134.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=29.79%
G=19.57%
B=50.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70461190.410.6100.53259.7344.2432.35
Hex462E77293D0351042c20
Octal1065616751750654045440
Binary100011010111011101111010011111010110101100000100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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