#4D4189

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

Shades of Dark Slate Blue #4D4189

Tints of Dark Slate Blue #4D4189

Color information

#4D4189 (or 0x4D4189) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 41 and 89. RGB value is (77,65,137). Sum of RGB (Red+Green+Blue) = 77+65+137=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D4189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4189 is #B2BE76. Grayscale: #4C4C4C. Windows color (decimal): -11714167 or 8995149. OLE color: 8995149.

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

Color convert

RGB7765137-
CMYK0.440.5300.46
HSL250º35.64%39.61%-
HSV(B)250º52.55%53.73%-
XYZ9.477.1624.55-
YUV76.8161.98128.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.60%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=27.60%
G=23.30%
B=49.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77651370.440.5300.4625035.6439.61
Hex4D41892C3502Efa2428
Octal11510121154650563724450
Binary1001101100000110001001101100110101010111011111010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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