#4D458C

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

Shades of Dark Slate Blue #4D458C

Tints of Dark Slate Blue #4D458C

Color information

#4D458C (or 0x4D458C) is unknown color: approx Dark Slate Blue. HEX triplet: 4D, 45 and 8C. RGB value is (77,69,140). Sum of RGB (Red+Green+Blue) = 77+69+140=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D458C is #B2BA73. Grayscale: #4F4F4F. Windows color (decimal): -11713140 or 9192781. OLE color: 9192781.

HSL color Cylindrical-coordinate representation of color #4D458C: hue angle of 246.76º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D458C is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7769140-
CMYK0.450.5100.45
HSL246.76º33.97%40.98%-
HSV(B)246.76º50.71%54.9%-
XYZ9.927.7325.78-
YUV79.49162.15126.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.92%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 140 (55.08% from 255) = 48.95%
R=26.92%
G=24.13%
B=48.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77691400.450.5100.45246.7633.9740.98
Hex4D458C2D3302Df72229
Octal11510521455630553674251
Binary1001101100010110001100101101110011010110111110111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,69,140); }

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

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

 a { background-color: rgb(77,69,140); }

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

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

 span { border-color: rgb(77,69,140); }

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