Shades of Dark Slate Blue #484595
Tints of Dark Slate Blue #484595
RGB
CMYK
RGB Variations
Color information
#484595 (or 0x484595) is known color: Dark Slate Blue. HEX triplet: 48, 45 and 95. RGB value is (72,69,149). Sum of RGB (Red+Green+Blue) = 72+69+149=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #484595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484595 is #B7BA6A. Grayscale: #4E4E4E. Windows color (decimal): -12040811 or 9782600. OLE color: 9782600.
HSL color Cylindrical-coordinate representation of color #484595: hue angle of 242.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484595 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 69 | 149 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.42 |
| HSL | 242.25º | 0.37% | 0.43% | - |
| HSV(B) | 242.25º | 0.54% | 0.58% | - |
| XYZ | 10.23 | 7.8 | 29.4 | - |
| YUV | 79.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 149 | 0.52 | 0.54 | 0 | 0.42 | 242.25 | 0.37 | 0.43 |
| Hex | 48 | 45 | 95 | 34 | 36 | 0 | 2A | F2 | 25 | 2B |
| Octal | 110 | 105 | 225 | 64 | 66 | 0 | 52 | 362 | 45 | 53 |
| Binary | 1001000 | 1000101 | 10010101 | 110100 | 110110 | 0 | 101010 | 11110010 | 100101 | 101011 |
Color Harmonies of #484595
Complementary color
Monochromatic Colors of #484595
Black with #484595
Text Example
Text Example
White with #484595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484595; }
p { color: rgb(72,69,149); }
H1.HeaderClassName
{
color: #484595;
}
.AnyTagClassName
{
color: #484595;
}
</style>
background-color css
<style>
a { background-color: #484595; }
a { background-color: rgb(72,69,149); }
div.DivClassName
{
background-color: #484595;
}
.BgClassName
{
background-color: #484595;
}
</style>
border-color css
<style>
span { border-color: #484595; }
span { border-color: rgb(72,69,149); }
td.TdClassName
{
border-color: #484595;
}
.TagClassName
{
border-color: #484595;
}
</style>