#4D418A

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

Shades of Dark Slate Blue #4D418A

Tints of Dark Slate Blue #4D418A

Color information

#4D418A (or 0x4D418A) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 41 and 8A. RGB value is (77,65,138). Sum of RGB (Red+Green+Blue) = 77+65+138=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D418A is #B2BE75. Grayscale: #4C4C4C. Windows color (decimal): -11714166 or 9060685. OLE color: 9060685.

HSL color Cylindrical-coordinate representation of color #4D418A: hue angle of 249.86º 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 #4D418A is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7765138-
CMYK0.440.5300.46
HSL249.86º35.96%39.8%-
HSV(B)249.86º52.9%54.12%-
XYZ9.547.1924.93-
YUV76.91162.48128.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.5%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=27.5%
G=23.21%
B=49.29%

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
Decimal77651380.440.5300.46249.8635.9639.8
Hex4D418A2C3502Efa2428
Octal11510121254650563724450
Binary1001101100000110001010101100110101010111011111010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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