#461886

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

Shades of Windsor #461886

Tints of Windsor #461886

Color information

#461886 (or 0x461886) is unknown color: approx Windsor. HEX triplet: 46, 18 and 86. RGB value is (70,24,134). Sum of RGB (Red+Green+Blue) = 70+24+134=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #461886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461886 is #B9E779. Grayscale: #313131. Windows color (decimal): -12183418 or 8788038. OLE color: 8788038.

HSL color Cylindrical-coordinate representation of color #461886: hue angle of 265.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461886 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7024134-
CMYK0.480.8200.47
HSL265.09º69.62%30.98%-
HSV(B)265.09º82.09%52.55%-
XYZ7.163.6822.89-
YUV50.29175.24142.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 134 (52.73% from 255) = 58.77%
R=30.70%
G=10.53%
B=58.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70241340.480.8200.47265.0969.6230.98
Hex461886305202F109461f
Octal106302066012205741110637
Binary1000110110001000011011000010100100101111100001001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461886; }

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

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

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

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

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

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

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

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