Shades of Dark Slate Blue #4C458F
Tints of Dark Slate Blue #4C458F
RGB
CMYK
RGB Variations
Color information
#4C458F (or 0x4C458F) is known color: Dark Slate Blue. HEX triplet: 4C, 45 and 8F. RGB value is (76,69,143). Sum of RGB (Red+Green+Blue) = 76+69+143=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C458F is #B3BA70. Grayscale: #4F4F4F. Windows color (decimal): -11778673 or 9389388. OLE color: 9389388.
HSL color Cylindrical-coordinate representation of color #4C458F: hue angle of 245.68º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C458F is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 69 | 143 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.44 |
| HSL | 245.68º | 0.35% | 0.42% | - |
| HSV(B) | 245.68º | 0.52% | 0.56% | - |
| XYZ | 10.07 | 7.78 | 26.96 | - |
| YUV | 79.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 143 | 0.47 | 0.52 | 0 | 0.44 | 245.68 | 0.35 | 0.42 |
| Hex | 4C | 45 | 8F | 2F | 34 | 0 | 2C | F6 | 23 | 2A |
| Octal | 114 | 105 | 217 | 57 | 64 | 0 | 54 | 366 | 43 | 52 |
| Binary | 1001100 | 1000101 | 10001111 | 101111 | 110100 | 0 | 101100 | 11110110 | 100011 | 101010 |
Color Harmonies of #4C458F
Complementary color
Monochromatic Colors of #4C458F
Black with #4C458F
Text Example
Text Example
White with #4C458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C458F; }
p { color: rgb(76,69,143); }
H1.HeaderClassName
{
color: #4C458F;
}
.AnyTagClassName
{
color: #4C458F;
}
</style>
background-color css
<style>
a { background-color: #4C458F; }
a { background-color: rgb(76,69,143); }
div.DivClassName
{
background-color: #4C458F;
}
.BgClassName
{
background-color: #4C458F;
}
</style>
border-color css
<style>
span { border-color: #4C458F; }
span { border-color: rgb(76,69,143); }
td.TdClassName
{
border-color: #4C458F;
}
.TagClassName
{
border-color: #4C458F;
}
</style>