#461D82

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

Shades of Windsor #461D82

Tints of Windsor #461D82

Color information

#461D82 (or 0x461D82) is unknown color: approx Windsor. HEX triplet: 46, 1D and 82. RGB value is (70,29,130). Sum of RGB (Red+Green+Blue) = 70+29+130=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #461D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461D82 is #B9E27D. Grayscale: #343434. Windows color (decimal): -12182142 or 8527174. OLE color: 8527174.

HSL color Cylindrical-coordinate representation of color #461D82: hue angle of 264.36º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #461D82 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7029130-
CMYK0.460.7800.49
HSL264.36º63.52%31.18%-
HSV(B)264.36º77.69%50.98%-
XYZ6.993.7921.48-
YUV52.77171.58140.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 29 (11.72% from 255) = 12.66%
BLUE value IS 130 (51.17% from 255) = 56.77%
R=30.57%
G=12.66%
B=56.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70291300.460.7800.49264.3663.5231.18
Hex461D822E4E031108401f
Octal106352025611606141010037
Binary1000110111011000001010111010011100110001100001000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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