#4D4887

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

Shades of Dark Slate Blue #4D4887

Tints of Dark Slate Blue #4D4887

Color information

#4D4887 (or 0x4D4887) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 48 and 87. RGB value is (77,72,135). Sum of RGB (Red+Green+Blue) = 77+72+135=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D4887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4887 is #B2B778. Grayscale: #505050. Windows color (decimal): -11712377 or 8865869. OLE color: 8865869.

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

Color convert

RGB7772135-
CMYK0.430.4700.47
HSL244.76º30.43%40.59%-
HSV(B)244.76º46.67%52.94%-
XYZ9.757.9623.94-
YUV80.68158.66125.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.11%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=27.11%
G=25.35%
B=47.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77721350.430.4700.47244.7630.4340.59
Hex4D48872B2F02Ff51e29
Octal11511020753570573653651
Binary100110110010001000011110101110111101011111111010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,72,135); }

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

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

 a { background-color: rgb(77,72,135); }

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

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

 span { border-color: rgb(77,72,135); }

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