#461D81

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

Shades of Windsor #461D81

Tints of Windsor #461D81

Color information

#461D81 (or 0x461D81) is unknown color: approx Windsor. HEX triplet: 46, 1D and 81. RGB value is (70,29,129). Sum of RGB (Red+Green+Blue) = 70+29+129=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #461D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461D81 is #B9E27E. Grayscale: #343434. Windows color (decimal): -12182143 or 8461638. OLE color: 8461638.

HSL color Cylindrical-coordinate representation of color #461D81: hue angle of 264.6º degrees, saturation: 0.63, 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 #461D81 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7029129-
CMYK0.460.7800.49
HSL264.6º63.29%30.98%-
HSV(B)264.6º77.52%50.59%-
XYZ6.933.7721.13-
YUV52.66171.08140.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 29 (11.72% from 255) = 12.72%
BLUE value IS 129 (50.78% from 255) = 56.58%
R=30.70%
G=12.72%
B=56.58%

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
Decimal70291290.460.7800.49264.663.2930.98
Hex461D812E4E0311093f1f
Octal10635201561160614117737
Binary100011011101100000011011101001110011000110000100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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