#4D4A8B

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

Shades of Dark Slate Blue #4D4A8B

Tints of Dark Slate Blue #4D4A8B

Color information

#4D4A8B (or 0x4D4A8B) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 4A and 8B. RGB value is (77,74,139). Sum of RGB (Red+Green+Blue) = 77+74+139=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D4A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4A8B is #B2B574. Grayscale: #525252. Windows color (decimal): -11711861 or 9128525. OLE color: 9128525.

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

Color convert

RGB7774139-
CMYK0.450.4700.45
HSL242.77º30.52%41.76%-
HSV(B)242.77º46.76%54.51%-
XYZ10.178.3425.5-
YUV82.31159.99124.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.55%
GREEN value IS 74 (29.30% from 255) = 25.52%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=26.55%
G=25.52%
B=47.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77741390.450.4700.45242.7730.5241.76
Hex4D4A8B2D2F02Df31f2a
Octal11511221355570553633752
Binary100110110010101000101110110110111101011011111001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,74,139); }

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

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

 a { background-color: rgb(77,74,139); }

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

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

 span { border-color: rgb(77,74,139); }

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