#4D4589

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

Shades of Dark Slate Blue #4D4589

Tints of Dark Slate Blue #4D4589

Color information

#4D4589 (or 0x4D4589) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 45 and 89. RGB value is (77,69,137). Sum of RGB (Red+Green+Blue) = 77+69+137=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D4589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4589 is #B2BA76. Grayscale: #4E4E4E. Windows color (decimal): -11713143 or 8996173. OLE color: 8996173.

HSL color Cylindrical-coordinate representation of color #4D4589: hue angle of 247.06º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D4589 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7769137-
CMYK0.440.5000.46
HSL247.06º33.01%40.39%-
HSV(B)247.06º49.64%53.73%-
XYZ9.77.6424.63-
YUV79.14160.65126.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.21%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 137 (53.91% from 255) = 48.41%
R=27.21%
G=24.38%
B=48.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77691370.440.5000.46247.0633.0140.39
Hex4D45892C3202Ef72128
Octal11510521154620563674150
Binary1001101100010110001001101100110010010111011110111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,69,137); }

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

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

 a { background-color: rgb(77,69,137); }

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

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

 span { border-color: rgb(77,69,137); }

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