#462F77

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

Shades of Windsor #462F77

Tints of Windsor #462F77

Color information

#462F77 (or 0x462F77) is unknown color: approx Windsor. HEX triplet: 46, 2F and 77. RGB value is (70,47,119). Sum of RGB (Red+Green+Blue) = 70+47+119=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #462F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F77 is #B9D088. Grayscale: #3D3D3D. Windows color (decimal): -12177545 or 7810886. OLE color: 7810886.

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

Color convert

RGB7047119-
CMYK0.410.6100.53
HSL259.17º43.37%32.55%-
HSV(B)259.17º60.5%46.67%-
XYZ6.874.6717.99-
YUV62.08160.12133.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 47 (18.75% from 255) = 19.92%
BLUE value IS 119 (46.88% from 255) = 50.42%
R=29.66%
G=19.92%
B=50.42%

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
Decimal70471190.410.6100.53259.1743.3732.55
Hex462F77293D0351032b21
Octal1065716751750654035341
Binary100011010111111101111010011111010110101100000011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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