#464186

Color #464186 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #464186

Tints of Dark Slate Blue #464186

Color information

#464186 (or 0x464186) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 41 and 86. RGB value is (70,65,134). Sum of RGB (Red+Green+Blue) = 70+65+134=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #464186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464186 is #B9BE79. Grayscale: #4A4A4A. Windows color (decimal): -12172922 or 8798534. OLE color: 8798534.

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

Color convert

RGB7065134-
CMYK0.480.5100.47
HSL244.35º34.67%39.02%-
HSV(B)244.35º51.49%52.55%-
XYZ8.726.823.41-
YUV74.36161.66124.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 134 (52.73% from 255) = 49.81%
R=26.02%
G=24.16%
B=49.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70651340.480.5100.47244.3534.6739.02
Hex464186303302Ff42327
Octal10610120660630573644347
Binary1000110100000110000110110000110011010111111110100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464186; }

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

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

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

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

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

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

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

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