Shades of Dark Slate Blue #4C458A
Tints of Dark Slate Blue #4C458A
RGB
CMYK
RGB Variations
Color information
#4C458A (or 0x4C458A) is known color: Dark Slate Blue. HEX triplet: 4C, 45 and 8A. RGB value is (76,69,138). Sum of RGB (Red+Green+Blue) = 76+69+138=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C458A is #B3BA75. Grayscale: #4E4E4E. Windows color (decimal): -11778678 or 9061708. OLE color: 9061708.
HSL color Cylindrical-coordinate representation of color #4C458A: hue angle of 246.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C458A is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 69 | 138 | - |
| CMYK | 0.45 | 0.5 | 0 | 0.46 |
| HSL | 246.09º | 0.33% | 0.41% | - |
| HSV(B) | 246.09º | 0.5% | 0.54% | - |
| XYZ | 9.7 | 7.63 | 25.01 | - |
| YUV | 78.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 138 | 0.45 | 0.5 | 0 | 0.46 | 246.09 | 0.33 | 0.41 |
| Hex | 4C | 45 | 8A | 2D | 32 | 0 | 2E | F6 | 21 | 29 |
| Octal | 114 | 105 | 212 | 55 | 62 | 0 | 56 | 366 | 41 | 51 |
| Binary | 1001100 | 1000101 | 10001010 | 101101 | 110010 | 0 | 101110 | 11110110 | 100001 | 101001 |
Color Harmonies of #4C458A
Complementary color
Monochromatic Colors of #4C458A
Black with #4C458A
Text Example
Text Example
White with #4C458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C458A; }
p { color: rgb(76,69,138); }
H1.HeaderClassName
{
color: #4C458A;
}
.AnyTagClassName
{
color: #4C458A;
}
</style>
background-color css
<style>
a { background-color: #4C458A; }
a { background-color: rgb(76,69,138); }
div.DivClassName
{
background-color: #4C458A;
}
.BgClassName
{
background-color: #4C458A;
}
</style>
border-color css
<style>
span { border-color: #4C458A; }
span { border-color: rgb(76,69,138); }
td.TdClassName
{
border-color: #4C458A;
}
.TagClassName
{
border-color: #4C458A;
}
</style>