#4C468D

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

Shades of Dark Slate Blue #4C468D

Tints of Dark Slate Blue #4C468D

Color information

#4C468D (or 0x4C468D) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 46 and 8D. RGB value is (76,70,141). Sum of RGB (Red+Green+Blue) = 76+70+141=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C468D is #B3B972. Grayscale: #4F4F4F. Windows color (decimal): -11778419 or 9258572. OLE color: 9258572.

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

Color convert

RGB7670141-
CMYK0.460.5000.45
HSL245.07º33.65%41.37%-
HSV(B)245.07º50.35%55.29%-
XYZ9.987.8426.19-
YUV79.89162.49125.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.48%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=26.48%
G=24.39%
B=49.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76701410.460.5000.45245.0733.6541.37
Hex4C468D2E3202Df52229
Octal11410621556620553654251
Binary1001100100011010001101101110110010010110111110101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,141); }

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

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

 a { background-color: rgb(76,70,141); }

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

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

 span { border-color: rgb(76,70,141); }

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