#4B418D

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

Shades of Dark Slate Blue #4B418D

Tints of Dark Slate Blue #4B418D

Color information

#4B418D (or 0x4B418D) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 41 and 8D. RGB value is (75,65,141). Sum of RGB (Red+Green+Blue) = 75+65+141=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B418D is #B4BE72. Grayscale: #4C4C4C. Windows color (decimal): -11845235 or 9257291. OLE color: 9257291.

HSL color Cylindrical-coordinate representation of color #4B418D: hue angle of 247.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B418D is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7565141-
CMYK0.470.5400.45
HSL247.89º36.89%40.39%-
HSV(B)247.89º53.9%55.29%-
XYZ9.67.226.08-
YUV76.65164.31126.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.69%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=26.69%
G=23.13%
B=50.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75651410.470.5400.45247.8936.8940.39
Hex4B418D2F3602Df82528
Octal11310121557660553704550
Binary1001011100000110001101101111110110010110111111000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,141); }

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

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

 a { background-color: rgb(75,65,141); }

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

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

 span { border-color: rgb(75,65,141); }

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