Shades of Dark Slate Blue #484599
Tints of Dark Slate Blue #484599
RGB
CMYK
RGB Variations
Color information
#484599 (or 0x484599) is known color: Dark Slate Blue. HEX triplet: 48, 45 and 99. RGB value is (72,69,153). Sum of RGB (Red+Green+Blue) = 72+69+153=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #484599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484599 is #B7BA66. Grayscale: #4F4F4F. Windows color (decimal): -12040807 or 10044744. OLE color: 10044744.
HSL color Cylindrical-coordinate representation of color #484599: hue angle of 242.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484599 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 69 | 153 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.4 |
| HSL | 242.14º | 0.38% | 0.44% | - |
| HSV(B) | 242.14º | 0.55% | 0.6% | - |
| XYZ | 10.55 | 7.93 | 31.11 | - |
| YUV | 79.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 153 | 0.53 | 0.55 | 0 | 0.4 | 242.14 | 0.38 | 0.44 |
| Hex | 48 | 45 | 99 | 35 | 37 | 0 | 28 | F2 | 26 | 2C |
| Octal | 110 | 105 | 231 | 65 | 67 | 0 | 50 | 362 | 46 | 54 |
| Binary | 1001000 | 1000101 | 10011001 | 110101 | 110111 | 0 | 101000 | 11110010 | 100110 | 101100 |
Color Harmonies of #484599
Complementary color
Monochromatic Colors of #484599
Black with #484599
Text Example
Text Example
White with #484599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484599; }
p { color: rgb(72,69,153); }
H1.HeaderClassName
{
color: #484599;
}
.AnyTagClassName
{
color: #484599;
}
</style>
background-color css
<style>
a { background-color: #484599; }
a { background-color: rgb(72,69,153); }
div.DivClassName
{
background-color: #484599;
}
.BgClassName
{
background-color: #484599;
}
</style>
border-color css
<style>
span { border-color: #484599; }
span { border-color: rgb(72,69,153); }
td.TdClassName
{
border-color: #484599;
}
.TagClassName
{
border-color: #484599;
}
</style>