#461E77

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

Shades of Windsor #461E77

Tints of Windsor #461E77

Color information

#461E77 (or 0x461E77) is unknown color: approx Windsor. HEX triplet: 46, 1E and 77. RGB value is (70,30,119). Sum of RGB (Red+Green+Blue) = 70+30+119=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #461E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E77 is #B9E188. Grayscale: #333333. Windows color (decimal): -12181897 or 7806534. OLE color: 7806534.

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

Color convert

RGB7030119-
CMYK0.410.7500.53
HSL266.97º59.73%29.22%-
HSV(B)266.97º74.79%46.67%-
XYZ6.323.5617.81-
YUV52.11165.75140.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=31.96%
G=13.70%
B=54.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70301190.410.7500.53266.9759.7329.22
Hex461E77294B03510b3c1d
Octal10636167511130654137435
Binary10001101111011101111010011001011011010110000101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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