Shades of Dark Slate Blue #484088
Tints of Dark Slate Blue #484088
RGB
CMYK
RGB Variations
Color information
#484088 (or 0x484088) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 88. RGB value is (72,64,136). Sum of RGB (Red+Green+Blue) = 72+64+136=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #484088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484088 is #B7BF77. Grayscale: #4A4A4A. Windows color (decimal): -12042104 or 8929352. OLE color: 8929352.
HSL color Cylindrical-coordinate representation of color #484088: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #484088 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 64 | 136 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.47 |
| HSL | 246.67º | 0.36% | 0.39% | - |
| HSV(B) | 246.67º | 0.53% | 0.53% | - |
| XYZ | 8.95 | 6.82 | 24.14 | - |
| YUV | 74.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 136 | 0.47 | 0.53 | 0 | 0.47 | 246.67 | 0.36 | 0.39 |
| Hex | 48 | 40 | 88 | 2F | 35 | 0 | 2F | F7 | 24 | 27 |
| Octal | 110 | 100 | 210 | 57 | 65 | 0 | 57 | 367 | 44 | 47 |
| Binary | 1001000 | 1000000 | 10001000 | 101111 | 110101 | 0 | 101111 | 11110111 | 100100 | 100111 |
Color Harmonies of #484088
Complementary color
Monochromatic Colors of #484088
Black with #484088
Text Example
Text Example
White with #484088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484088; }
p { color: rgb(72,64,136); }
H1.HeaderClassName
{
color: #484088;
}
.AnyTagClassName
{
color: #484088;
}
</style>
background-color css
<style>
a { background-color: #484088; }
a { background-color: rgb(72,64,136); }
div.DivClassName
{
background-color: #484088;
}
.BgClassName
{
background-color: #484088;
}
</style>
border-color css
<style>
span { border-color: #484088; }
span { border-color: rgb(72,64,136); }
td.TdClassName
{
border-color: #484088;
}
.TagClassName
{
border-color: #484088;
}
</style>