#4D3E82

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

Shades of Dark Slate Blue #4D3E82

Tints of Dark Slate Blue #4D3E82

Color information

#4D3E82 (or 0x4D3E82) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 3E and 82. RGB value is (77,62,130). Sum of RGB (Red+Green+Blue) = 77+62+130=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D3E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3E82 is #B2C17D. Grayscale: #494949. Windows color (decimal): -11714942 or 8535629. OLE color: 8535629.

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

Color convert

RGB7762130-
CMYK0.410.5200.49
HSL253.24º35.42%37.65%-
HSV(B)253.24º52.31%50.98%-
XYZ8.816.6321.94-
YUV74.24159.47129.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.62%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=28.62%
G=23.05%
B=48.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77621300.410.5200.49253.2435.4237.65
Hex4D3E822934031fd2326
Octal1157620251640613754346
Binary100110111111010000010101001110100011000111111101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,62,130); }

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

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

 a { background-color: rgb(77,62,130); }

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

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

 span { border-color: rgb(77,62,130); }

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