Shades of Dark Slate Blue #483F7B
Tints of Dark Slate Blue #483F7B
RGB
CMYK
RGB Variations
Color information
#483F7B (or 0x483F7B) is known color: Dark Slate Blue. HEX triplet: 48, 3F and 7B. RGB value is (72,63,123). Sum of RGB (Red+Green+Blue) = 72+63+123=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #483F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F7B is #B7C084. Grayscale: #484848. Windows color (decimal): -12042373 or 8077128. OLE color: 8077128.
HSL color Cylindrical-coordinate representation of color #483F7B: hue angle of 249º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483F7B is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 63 | 123 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.52 |
| HSL | 249º | 0.32% | 0.36% | - |
| HSV(B) | 249º | 0.49% | 0.48% | - |
| XYZ | 8.03 | 6.36 | 19.54 | - |
| YUV | 72.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 123 | 0.41 | 0.49 | 0 | 0.52 | 249 | 0.32 | 0.36 |
| Hex | 48 | 3F | 7B | 29 | 31 | 0 | 34 | F9 | 20 | 24 |
| Octal | 110 | 77 | 173 | 51 | 61 | 0 | 64 | 371 | 40 | 44 |
| Binary | 1001000 | 111111 | 1111011 | 101001 | 110001 | 0 | 110100 | 11111001 | 100000 | 100100 |
Color Harmonies of #483F7B
Complementary color
Monochromatic Colors of #483F7B
Black with #483F7B
Text Example
Text Example
White with #483F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F7B; }
p { color: rgb(72,63,123); }
H1.HeaderClassName
{
color: #483F7B;
}
.AnyTagClassName
{
color: #483F7B;
}
</style>
background-color css
<style>
a { background-color: #483F7B; }
a { background-color: rgb(72,63,123); }
div.DivClassName
{
background-color: #483F7B;
}
.BgClassName
{
background-color: #483F7B;
}
</style>
border-color css
<style>
span { border-color: #483F7B; }
span { border-color: rgb(72,63,123); }
td.TdClassName
{
border-color: #483F7B;
}
.TagClassName
{
border-color: #483F7B;
}
</style>