Shades of Dark Slate Blue #4C498A
Tints of Dark Slate Blue #4C498A
RGB
CMYK
RGB Variations
Color information
#4C498A (or 0x4C498A) is known color: Dark Slate Blue. HEX triplet: 4C, 49 and 8A. RGB value is (76,73,138). Sum of RGB (Red+Green+Blue) = 76+73+138=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C498A is #B3B675. Grayscale: #515151. Windows color (decimal): -11777654 or 9062732. OLE color: 9062732.
HSL color Cylindrical-coordinate representation of color #4C498A: hue angle of 242.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C498A is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 73 | 138 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.46 |
| HSL | 242.77º | 0.31% | 0.41% | - |
| HSV(B) | 242.77º | 0.47% | 0.54% | - |
| XYZ | 9.95 | 8.14 | 25.09 | - |
| YUV | 81.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 138 | 0.45 | 0.47 | 0 | 0.46 | 242.77 | 0.31 | 0.41 |
| Hex | 4C | 49 | 8A | 2D | 2F | 0 | 2E | F3 | 1F | 29 |
| Octal | 114 | 111 | 212 | 55 | 57 | 0 | 56 | 363 | 37 | 51 |
| Binary | 1001100 | 1001001 | 10001010 | 101101 | 101111 | 0 | 101110 | 11110011 | 11111 | 101001 |
Color Harmonies of #4C498A
Complementary color
Monochromatic Colors of #4C498A
Black with #4C498A
Text Example
Text Example
White with #4C498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C498A; }
p { color: rgb(76,73,138); }
H1.HeaderClassName
{
color: #4C498A;
}
.AnyTagClassName
{
color: #4C498A;
}
</style>
background-color css
<style>
a { background-color: #4C498A; }
a { background-color: rgb(76,73,138); }
div.DivClassName
{
background-color: #4C498A;
}
.BgClassName
{
background-color: #4C498A;
}
</style>
border-color css
<style>
span { border-color: #4C498A; }
span { border-color: rgb(76,73,138); }
td.TdClassName
{
border-color: #4C498A;
}
.TagClassName
{
border-color: #4C498A;
}
</style>