#4D4085

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

Shades of Dark Slate Blue #4D4085

Tints of Dark Slate Blue #4D4085

Color information

#4D4085 (or 0x4D4085) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 40 and 85. RGB value is (77,64,133). Sum of RGB (Red+Green+Blue) = 77+64+133=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D4085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4085 is #B2BF7A. Grayscale: #4B4B4B. Windows color (decimal): -11714427 or 8732749. OLE color: 8732749.

HSL color Cylindrical-coordinate representation of color #4D4085: hue angle of 251.3º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D4085 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7764133-
CMYK0.420.5200.48
HSL251.3º35.03%38.63%-
HSV(B)251.3º51.88%52.16%-
XYZ9.136.9423.05-
YUV75.75160.31128.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.10%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=28.10%
G=23.36%
B=48.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77641330.420.5200.48251.335.0338.63
Hex4D40852A34030fb2327
Octal11510020552640603734347
Binary1001101100000010000101101010110100011000011111011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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