Shades of Dark Slate Blue #484597
Tints of Dark Slate Blue #484597
RGB
CMYK
RGB Variations
Color information
#484597 (or 0x484597) is known color: Dark Slate Blue. HEX triplet: 48, 45 and 97. RGB value is (72,69,151). Sum of RGB (Red+Green+Blue) = 72+69+151=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 151 (59.38% from 255 or 51.71% from 292); Max value from RGB is 151 - color contains mainly: blue. Hex color #484597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484597 is #B7BA68. Grayscale: #4E4E4E. Windows color (decimal): -12040809 or 9913672. OLE color: 9913672.
HSL color Cylindrical-coordinate representation of color #484597: hue angle of 242.2º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484597 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 69 | 151 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.41 |
| HSL | 242.2º | 0.37% | 0.43% | - |
| HSV(B) | 242.2º | 0.54% | 0.59% | - |
| XYZ | 10.39 | 7.87 | 30.25 | - |
| YUV | 79.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 151 | 0.52 | 0.54 | 0 | 0.41 | 242.2 | 0.37 | 0.43 |
| Hex | 48 | 45 | 97 | 34 | 36 | 0 | 29 | F2 | 25 | 2B |
| Octal | 110 | 105 | 227 | 64 | 66 | 0 | 51 | 362 | 45 | 53 |
| Binary | 1001000 | 1000101 | 10010111 | 110100 | 110110 | 0 | 101001 | 11110010 | 100101 | 101011 |
Color Harmonies of #484597
Complementary color
Monochromatic Colors of #484597
Black with #484597
Text Example
Text Example
White with #484597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484597; }
p { color: rgb(72,69,151); }
H1.HeaderClassName
{
color: #484597;
}
.AnyTagClassName
{
color: #484597;
}
</style>
background-color css
<style>
a { background-color: #484597; }
a { background-color: rgb(72,69,151); }
div.DivClassName
{
background-color: #484597;
}
.BgClassName
{
background-color: #484597;
}
</style>
border-color css
<style>
span { border-color: #484597; }
span { border-color: rgb(72,69,151); }
td.TdClassName
{
border-color: #484597;
}
.TagClassName
{
border-color: #484597;
}
</style>