#4C408B

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

Shades of Dark Slate Blue #4C408B

Tints of Dark Slate Blue #4C408B

Color information

#4C408B (or 0x4C408B) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 40 and 8B. RGB value is (76,64,139). Sum of RGB (Red+Green+Blue) = 76+64+139=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C408B is #B3BF74. Grayscale: #4B4B4B. Windows color (decimal): -11779957 or 9125964. OLE color: 9125964.

HSL color Cylindrical-coordinate representation of color #4C408B: hue angle of 249.6º 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 #4C408B is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7664139-
CMYK0.450.5400.45
HSL249.6º36.95%39.8%-
HSV(B)249.6º53.96%54.51%-
XYZ9.477.0725.29-
YUV76.14163.48127.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.24%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=27.24%
G=22.94%
B=49.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76641390.450.5400.45249.636.9539.8
Hex4C408B2D3602Dfa2528
Octal11410021355660553724550
Binary1001100100000010001011101101110110010110111111010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,64,139); }

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

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

 a { background-color: rgb(76,64,139); }

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

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

 span { border-color: rgb(76,64,139); }

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