#4B4987

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

Shades of Dark Slate Blue #4B4987

Tints of Dark Slate Blue #4B4987

Color information

#4B4987 (or 0x4B4987) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 49 and 87. RGB value is (75,73,135). Sum of RGB (Red+Green+Blue) = 75+73+135=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B4987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4987 is #B4B678. Grayscale: #505050. Windows color (decimal): -11843193 or 8866123. OLE color: 8866123.

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

Color convert

RGB7573135-
CMYK0.440.4600.47
HSL241.94º29.81%40.78%-
HSV(B)241.94º45.93%52.94%-
XYZ9.668.0123.96-
YUV80.67158.66123.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.50%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=26.50%
G=25.80%
B=47.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75731350.440.4600.47241.9429.8140.78
Hex4B49872C2E02Ff21e29
Octal11311120754560573623651
Binary100101110010011000011110110010111001011111111001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,73,135); }

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

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

 a { background-color: rgb(75,73,135); }

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

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

 span { border-color: rgb(75,73,135); }

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