#4D4685

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

Shades of Dark Slate Blue #4D4685

Tints of Dark Slate Blue #4D4685

Color information

#4D4685 (or 0x4D4685) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 46 and 85. RGB value is (77,70,133). Sum of RGB (Red+Green+Blue) = 77+70+133=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D4685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4685 is #B2B97A. Grayscale: #4F4F4F. Windows color (decimal): -11712891 or 8734285. OLE color: 8734285.

HSL color Cylindrical-coordinate representation of color #4D4685: hue angle of 246.67º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D4685 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7770133-
CMYK0.420.4700.48
HSL246.67º31.03%39.8%-
HSV(B)246.67º47.37%52.16%-
XYZ9.487.6523.17-
YUV79.28158.32126.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.5%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=27.5%
G=25%
B=47.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77701330.420.4700.48246.6731.0339.8
Hex4D46852A2F030f71f28
Octal11510620552570603673750
Binary100110110001101000010110101010111101100001111011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D4685; }

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

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

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

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

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

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

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

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