Shades of Dark Slate Blue #483F89
Tints of Dark Slate Blue #483F89
RGB
CMYK
RGB Variations
Color information
#483F89 (or 0x483F89) is known color: Dark Slate Blue. HEX triplet: 48, 3F and 89. RGB value is (72,63,137). Sum of RGB (Red+Green+Blue) = 72+63+137=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #483F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483F89 is #B7C076. Grayscale: #494949. Windows color (decimal): -12042359 or 8994632. OLE color: 8994632.
HSL color Cylindrical-coordinate representation of color #483F89: hue angle of 247.3º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483F89 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 63 | 137 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.46 |
| HSL | 247.3º | 0.37% | 0.39% | - |
| HSV(B) | 247.3º | 0.54% | 0.54% | - |
| XYZ | 8.97 | 6.74 | 24.5 | - |
| YUV | 74.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 137 | 0.47 | 0.54 | 0 | 0.46 | 247.3 | 0.37 | 0.39 |
| Hex | 48 | 3F | 89 | 2F | 36 | 0 | 2E | F7 | 25 | 27 |
| Octal | 110 | 77 | 211 | 57 | 66 | 0 | 56 | 367 | 45 | 47 |
| Binary | 1001000 | 111111 | 10001001 | 101111 | 110110 | 0 | 101110 | 11110111 | 100101 | 100111 |
Color Harmonies of #483F89
Complementary color
Monochromatic Colors of #483F89
Black with #483F89
Text Example
Text Example
White with #483F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F89; }
p { color: rgb(72,63,137); }
H1.HeaderClassName
{
color: #483F89;
}
.AnyTagClassName
{
color: #483F89;
}
</style>
background-color css
<style>
a { background-color: #483F89; }
a { background-color: rgb(72,63,137); }
div.DivClassName
{
background-color: #483F89;
}
.BgClassName
{
background-color: #483F89;
}
</style>
border-color css
<style>
span { border-color: #483F89; }
span { border-color: rgb(72,63,137); }
td.TdClassName
{
border-color: #483F89;
}
.TagClassName
{
border-color: #483F89;
}
</style>