#461881

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

Shades of Windsor #461881

Tints of Windsor #461881

Color information

#461881 (or 0x461881) is unknown color: approx Windsor. HEX triplet: 46, 18 and 81. RGB value is (70,24,129). Sum of RGB (Red+Green+Blue) = 70+24+129=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #461881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461881 is #B9E77E. Grayscale: #313131. Windows color (decimal): -12183423 or 8460358. OLE color: 8460358.

HSL color Cylindrical-coordinate representation of color #461881: hue angle of 266.29º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461881 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7024129-
CMYK0.460.8100.49
HSL266.29º68.63%30%-
HSV(B)266.29º81.4%50.59%-
XYZ6.813.5421.09-
YUV49.72172.74142.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 129 (50.78% from 255) = 57.85%
R=31.39%
G=10.76%
B=57.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70241290.460.8100.49266.2968.6330
Hex4618812E5103110a451e
Octal106302015612106141210536
Binary1000110110001000000110111010100010110001100001010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461881; }

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

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

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

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

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

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

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

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