#4C4887

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

Shades of Dark Slate Blue #4C4887

Tints of Dark Slate Blue #4C4887

Color information

#4C4887 (or 0x4C4887) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 48 and 87. RGB value is (76,72,135). Sum of RGB (Red+Green+Blue) = 76+72+135=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 72 (28.52% from 255 or 25.44% 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 #4C4887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4887 is #B3B778. Grayscale: #505050. Windows color (decimal): -11777913 or 8865868. OLE color: 8865868.

HSL color Cylindrical-coordinate representation of color #4C4887: hue angle of 243.81º 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 #4C4887 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7672135-
CMYK0.440.4700.47
HSL243.81º30.43%40.59%-
HSV(B)243.81º46.67%52.94%-
XYZ9.677.9223.94-
YUV80.38158.83124.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.86%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=26.86%
G=25.44%
B=47.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76721350.440.4700.47243.8130.4340.59
Hex4C48872C2F02Ff41e29
Octal11411020754570573643651
Binary100110010010001000011110110010111101011111111010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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