#4D4788

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

Shades of Dark Slate Blue #4D4788

Tints of Dark Slate Blue #4D4788

Color information

#4D4788 (or 0x4D4788) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 47 and 88. RGB value is (77,71,136). Sum of RGB (Red+Green+Blue) = 77+71+136=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D4788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4788 is #B2B877. Grayscale: #4F4F4F. Windows color (decimal): -11712632 or 8931149. OLE color: 8931149.

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

Color convert

RGB7771136-
CMYK0.430.4800.47
HSL245.54º31.4%40.59%-
HSV(B)245.54º47.79%53.33%-
XYZ9.767.8624.3-
YUV80.2159.49125.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.11%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 136 (53.52% from 255) = 47.89%
R=27.11%
G=25%
B=47.89%

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
Decimal77711360.430.4800.47245.5431.440.59
Hex4D47882B3002Ff61f29
Octal11510721053600573663751
Binary100110110001111000100010101111000001011111111011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,71,136); }

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

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

 a { background-color: rgb(77,71,136); }

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

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

 span { border-color: rgb(77,71,136); }

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