#461B96

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

Shades of Windsor #461B96

Tints of Windsor #461B96

Color information

#461B96 (or 0x461B96) is unknown color: approx Windsor. HEX triplet: 46, 1B and 96. RGB value is (70,27,150). Sum of RGB (Red+Green+Blue) = 70+27+150=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #461B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461B96 is #B9E469. Grayscale: #353535. Windows color (decimal): -12182634 or 9837382. OLE color: 9837382.

HSL color Cylindrical-coordinate representation of color #461B96: hue angle of 260.98º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461B96 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7027150-
CMYK0.530.8200.41
HSL260.98º69.49%34.71%-
HSV(B)260.98º82%58.82%-
XYZ8.424.2929.24-
YUV53.88182.25139.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 27 (10.94% from 255) = 10.93%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=28.34%
G=10.93%
B=60.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70271500.530.8200.41260.9869.4934.71
Hex461B9635520291054523
Octal106332266512205140510543
Binary10001101101110010110110101101001001010011000001011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,27,150); }

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

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

 a { background-color: rgb(70,27,150); }

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

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

 span { border-color: rgb(70,27,150); }

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