#4E488C

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

Shades of Dark Slate Blue #4E488C

Tints of Dark Slate Blue #4E488C

Color information

#4E488C (or 0x4E488C) is unknown color: approx Dark Slate Blue. HEX triplet: 4E, 48 and 8C. RGB value is (78,72,140). Sum of RGB (Red+Green+Blue) = 78+72+140=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E488C is #B1B773. Grayscale: #515151. Windows color (decimal): -11646836 or 9193550. OLE color: 9193550.

HSL color Cylindrical-coordinate representation of color #4E488C: hue angle of 245.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E488C is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7872140-
CMYK0.440.4900.45
HSL245.29º32.08%41.57%-
HSV(B)245.29º48.57%54.9%-
XYZ10.198.1525.85-
YUV81.55160.99125.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.90%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=26.90%
G=24.83%
B=48.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78721400.440.4900.45245.2932.0841.57
Hex4E488C2C3102Df5202a
Octal11611021454610553654052
Binary1001110100100010001100101100110001010110111110101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,72,140); }

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

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

 a { background-color: rgb(78,72,140); }

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

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

 span { border-color: rgb(78,72,140); }

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