#462077

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

Shades of Windsor #462077

Tints of Windsor #462077

Color information

#462077 (or 0x462077) is unknown color: approx Windsor. HEX triplet: 46, 20 and 77. RGB value is (70,32,119). Sum of RGB (Red+Green+Blue) = 70+32+119=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #462077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462077 is #B9DF88. Grayscale: #343434. Windows color (decimal): -12181385 or 7807046. OLE color: 7807046.

HSL color Cylindrical-coordinate representation of color #462077: hue angle of 266.21º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462077 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7032119-
CMYK0.410.7300.53
HSL266.21º57.62%29.61%-
HSV(B)266.21º73.11%46.67%-
XYZ6.373.6717.82-
YUV53.28165.09139.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=31.67%
G=14.48%
B=53.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70321190.410.7300.53266.2157.6229.61
Hex462077294903510a3a1e
Octal10640167511110654127236
Binary100011010000011101111010011001001011010110000101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462077; }

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

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

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

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

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

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

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

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