#4D4081

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

Shades of Dark Slate Blue #4D4081

Tints of Dark Slate Blue #4D4081

Color information

#4D4081 (or 0x4D4081) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 40 and 81. RGB value is (77,64,129). Sum of RGB (Red+Green+Blue) = 77+64+129=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D4081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4081 is #B2BF7E. Grayscale: #4B4B4B. Windows color (decimal): -11714431 or 8470605. OLE color: 8470605.

HSL color Cylindrical-coordinate representation of color #4D4081: hue angle of 252º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D4081 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7764129-
CMYK0.400.5000.49
HSL252º33.68%37.84%-
HSV(B)252º50.39%50.59%-
XYZ8.866.8321.62-
YUV75.3158.31129.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.52%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 129 (50.78% from 255) = 47.78%
R=28.52%
G=23.70%
B=47.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77641290.400.5000.4925233.6837.84
Hex4D40812832031fc2226
Octal11510020150620613744246
Binary1001101100000010000001101000110010011000111111100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,64,129); }

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

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

 a { background-color: rgb(77,64,129); }

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

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

 span { border-color: rgb(77,64,129); }

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