Shades of Dark Slate Blue #484698
Tints of Dark Slate Blue #484698
RGB
CMYK
RGB Variations
Color information
#484698 (or 0x484698) is known color: Dark Slate Blue. HEX triplet: 48, 46 and 98. RGB value is (72,70,152). Sum of RGB (Red+Green+Blue) = 72+70+152=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #484698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484698 is #B7B967. Grayscale: #4F4F4F. Windows color (decimal): -12040552 or 9979464. OLE color: 9979464.
HSL color Cylindrical-coordinate representation of color #484698: hue angle of 241.46º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484698 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 70 | 152 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.40 |
| HSL | 241.46º | 0.37% | 0.44% | - |
| HSV(B) | 241.46º | 0.54% | 0.6% | - |
| XYZ | 10.53 | 8.03 | 30.7 | - |
| YUV | 79.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 152 | 0.53 | 0.54 | 0 | 0.40 | 241.46 | 0.37 | 0.44 |
| Hex | 48 | 46 | 98 | 35 | 36 | 0 | 28 | F1 | 25 | 2C |
| Octal | 110 | 106 | 230 | 65 | 66 | 0 | 50 | 361 | 45 | 54 |
| Binary | 1001000 | 1000110 | 10011000 | 110101 | 110110 | 0 | 101000 | 11110001 | 100101 | 101100 |
Color Harmonies of #484698
Complementary color
Monochromatic Colors of #484698
Black with #484698
Text Example
Text Example
White with #484698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484698; }
p { color: rgb(72,70,152); }
H1.HeaderClassName
{
color: #484698;
}
.AnyTagClassName
{
color: #484698;
}
</style>
background-color css
<style>
a { background-color: #484698; }
a { background-color: rgb(72,70,152); }
div.DivClassName
{
background-color: #484698;
}
.BgClassName
{
background-color: #484698;
}
</style>
border-color css
<style>
span { border-color: #484698; }
span { border-color: rgb(72,70,152); }
td.TdClassName
{
border-color: #484698;
}
.TagClassName
{
border-color: #484698;
}
</style>