Shades of Dark Slate Blue #483B81
Tints of Dark Slate Blue #483B81
RGB
CMYK
RGB Variations
Color information
#483B81 (or 0x483B81) is known color: Dark Slate Blue. HEX triplet: 48, 3B and 81. RGB value is (72,59,129). Sum of RGB (Red+Green+Blue) = 72+59+129=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #483B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483B81 is #B7C47E. Grayscale: #464646. Windows color (decimal): -12043391 or 8469320. OLE color: 8469320.
HSL color Cylindrical-coordinate representation of color #483B81: hue angle of 251.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483B81 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 59 | 129 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.49 |
| HSL | 251.14º | 0.37% | 0.37% | - |
| HSV(B) | 251.14º | 0.54% | 0.51% | - |
| XYZ | 8.2 | 6.09 | 21.51 | - |
| YUV | 70.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 129 | 0.44 | 0.54 | 0 | 0.49 | 251.14 | 0.37 | 0.37 |
| Hex | 48 | 3B | 81 | 2C | 36 | 0 | 31 | FB | 25 | 25 |
| Octal | 110 | 73 | 201 | 54 | 66 | 0 | 61 | 373 | 45 | 45 |
| Binary | 1001000 | 111011 | 10000001 | 101100 | 110110 | 0 | 110001 | 11111011 | 100101 | 100101 |
Color Harmonies of #483B81
Complementary color
Monochromatic Colors of #483B81
Black with #483B81
Text Example
Text Example
White with #483B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B81; }
p { color: rgb(72,59,129); }
H1.HeaderClassName
{
color: #483B81;
}
.AnyTagClassName
{
color: #483B81;
}
</style>
background-color css
<style>
a { background-color: #483B81; }
a { background-color: rgb(72,59,129); }
div.DivClassName
{
background-color: #483B81;
}
.BgClassName
{
background-color: #483B81;
}
</style>
border-color css
<style>
span { border-color: #483B81; }
span { border-color: rgb(72,59,129); }
td.TdClassName
{
border-color: #483B81;
}
.TagClassName
{
border-color: #483B81;
}
</style>