#461E78

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

Shades of Windsor #461E78

Tints of Windsor #461E78

Color information

#461E78 (or 0x461E78) is unknown color: approx Windsor. HEX triplet: 46, 1E and 78. RGB value is (70,30,120). Sum of RGB (Red+Green+Blue) = 70+30+120=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #461E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E78 is #B9E187. Grayscale: #333333. Windows color (decimal): -12181896 or 7872070. OLE color: 7872070.

HSL color Cylindrical-coordinate representation of color #461E78: hue angle of 266.67º 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 #461E78 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7030120-
CMYK0.420.7500.53
HSL266.67º60%29.41%-
HSV(B)266.67º75%47.06%-
XYZ6.383.5918.13-
YUV52.22166.25140.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 30 (12.11% from 255) = 13.64%
BLUE value IS 120 (47.27% from 255) = 54.55%
R=31.82%
G=13.64%
B=54.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70301200.420.7500.53266.676029.41
Hex461E782A4B03510b3c1d
Octal10636170521130654137435
Binary10001101111011110001010101001011011010110000101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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