#4D4686

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

Shades of Dark Slate Blue #4D4686

Tints of Dark Slate Blue #4D4686

Color information

#4D4686 (or 0x4D4686) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 46 and 86. RGB value is (77,70,134). Sum of RGB (Red+Green+Blue) = 77+70+134=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D4686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4686 is #B2B979. Grayscale: #4F4F4F. Windows color (decimal): -11712890 or 8799821. OLE color: 8799821.

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

Color convert

RGB7770134-
CMYK0.430.4800.47
HSL246.56º31.37%40%-
HSV(B)246.56º47.76%52.55%-
XYZ9.557.6823.53-
YUV79.39158.82126.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.40%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 134 (52.73% from 255) = 47.69%
R=27.40%
G=24.91%
B=47.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77701340.430.4800.47246.5631.3740
Hex4D46862B3002Ff71f28
Octal11510620653600573673750
Binary100110110001101000011010101111000001011111111011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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