#4D4896

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

Shades of Dark Slate Blue #4D4896

Tints of Dark Slate Blue #4D4896

Color information

#4D4896 (or 0x4D4896) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 48 and 96. RGB value is (77,72,150). Sum of RGB (Red+Green+Blue) = 77+72+150=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D4896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4896 is #B2B769. Grayscale: #525252. Windows color (decimal): -11712362 or 9848909. OLE color: 9848909.

HSL color Cylindrical-coordinate representation of color #4D4896: hue angle of 243.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D4896 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7772150-
CMYK0.490.5200.41
HSL243.85º35.14%43.53%-
HSV(B)243.85º52%58.82%-
XYZ10.888.4129.9-
YUV82.39166.16124.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.75%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 150 (58.98% from 255) = 50.17%
R=25.75%
G=24.08%
B=50.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal77721500.490.5200.41243.8535.1443.53
Hex4D48963134029f4232c
Octal11511022661640513644354
Binary1001101100100010010110110001110100010100111110100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,72,150); }

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

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

 a { background-color: rgb(77,72,150); }

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

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

 span { border-color: rgb(77,72,150); }

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