#4C4787

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

Shades of Dark Slate Blue #4C4787

Tints of Dark Slate Blue #4C4787

Color information

#4C4787 (or 0x4C4787) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 47 and 87. RGB value is (76,71,135). Sum of RGB (Red+Green+Blue) = 76+71+135=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C4787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4787 is #B3B878. Grayscale: #4F4F4F. Windows color (decimal): -11778169 or 8865612. OLE color: 8865612.

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

Color convert

RGB7671135-
CMYK0.440.4700.47
HSL244.69º31.07%40.39%-
HSV(B)244.69º47.41%52.94%-
XYZ9.617.7923.92-
YUV79.79159.16125.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.95%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=26.95%
G=25.18%
B=47.87%

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
Decimal76711350.440.4700.47244.6931.0740.39
Hex4C47872C2F02Ff51f28
Octal11410720754570573653750
Binary100110010001111000011110110010111101011111111010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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