Shades of Dark Slate Blue #484188
Tints of Dark Slate Blue #484188
RGB
CMYK
RGB Variations
Color information
#484188 (or 0x484188) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 88. RGB value is (72,65,136). Sum of RGB (Red+Green+Blue) = 72+65+136=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #484188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484188 is #B7BE77. Grayscale: #4A4A4A. Windows color (decimal): -12041848 or 8929608. OLE color: 8929608.
HSL color Cylindrical-coordinate representation of color #484188: hue angle of 245.92º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #484188 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 65 | 136 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.47 |
| HSL | 245.92º | 0.35% | 0.39% | - |
| HSV(B) | 245.92º | 0.52% | 0.53% | - |
| XYZ | 9.01 | 6.94 | 24.16 | - |
| YUV | 75.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 136 | 0.47 | 0.52 | 0 | 0.47 | 245.92 | 0.35 | 0.39 |
| Hex | 48 | 41 | 88 | 2F | 34 | 0 | 2F | F6 | 23 | 27 |
| Octal | 110 | 101 | 210 | 57 | 64 | 0 | 57 | 366 | 43 | 47 |
| Binary | 1001000 | 1000001 | 10001000 | 101111 | 110100 | 0 | 101111 | 11110110 | 100011 | 100111 |
Color Harmonies of #484188
Complementary color
Monochromatic Colors of #484188
Black with #484188
Text Example
Text Example
White with #484188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484188; }
p { color: rgb(72,65,136); }
H1.HeaderClassName
{
color: #484188;
}
.AnyTagClassName
{
color: #484188;
}
</style>
background-color css
<style>
a { background-color: #484188; }
a { background-color: rgb(72,65,136); }
div.DivClassName
{
background-color: #484188;
}
.BgClassName
{
background-color: #484188;
}
</style>
border-color css
<style>
span { border-color: #484188; }
span { border-color: rgb(72,65,136); }
td.TdClassName
{
border-color: #484188;
}
.TagClassName
{
border-color: #484188;
}
</style>