#461B85

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

Shades of Windsor #461B85

Tints of Windsor #461B85

Color information

#461B85 (or 0x461B85) is unknown color: approx Windsor. HEX triplet: 46, 1B and 85. RGB value is (70,27,133). Sum of RGB (Red+Green+Blue) = 70+27+133=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #461B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461B85 is #B9E47A. Grayscale: #333333. Windows color (decimal): -12182651 or 8723270. OLE color: 8723270.

HSL color Cylindrical-coordinate representation of color #461B85: hue angle of 264.34º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461B85 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7027133-
CMYK0.470.8000.48
HSL264.34º66.25%31.37%-
HSV(B)264.34º79.7%52.16%-
XYZ7.153.7822.54-
YUV51.94173.75140.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 27 (10.94% from 255) = 11.74%
BLUE value IS 133 (52.34% from 255) = 57.83%
R=30.43%
G=11.74%
B=57.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70271330.470.8000.48264.3466.2531.37
Hex461B852F50030108421f
Octal106332055712006041010237
Binary1000110110111000010110111110100000110000100001000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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