#461D79

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

Shades of Windsor #461D79

Tints of Windsor #461D79

Color information

#461D79 (or 0x461D79) is unknown color: approx Windsor. HEX triplet: 46, 1D and 79. RGB value is (70,29,121). Sum of RGB (Red+Green+Blue) = 70+29+121=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #461D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D79 is #B9E286. Grayscale: #333333. Windows color (decimal): -12182151 or 7937350. OLE color: 7937350.

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

Color convert

RGB7029121-
CMYK0.420.7600.53
HSL266.74º61.33%29.41%-
HSV(B)266.74º76.03%47.45%-
XYZ6.423.5618.44-
YUV51.75167.08141.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 29 (11.72% from 255) = 13.18%
BLUE value IS 121 (47.66% from 255) = 55%
R=31.82%
G=13.18%
B=55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70291210.420.7600.53266.7461.3329.41
Hex461D792A4C03510b3d1d
Octal10635171521140654137535
Binary10001101110111110011010101001100011010110000101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,29,121); }

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

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

 a { background-color: rgb(70,29,121); }

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

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

 span { border-color: rgb(70,29,121); }

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