Shades of DarkSlateBlue #483D8B
Tints of DarkSlateBlue #483D8B
RGB
CMYK
RGB Variations
Color information
#483D8B (or 0x483D8B) is known color: DarkSlateBlue. HEX triplet: 48, 3D and 8B. RGB value is (72,61,139). Sum of RGB (Red+Green+Blue) = 72+61+139=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #483D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483D8B is #B7C274. Grayscale: #484848. Windows color (decimal): -12042869 or 9125192. OLE color: 9125192.
HSL color Cylindrical-coordinate representation of color #483D8B: hue angle of 248.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483D8B is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 72 | 61 | 139 | - |
CMYK | 0.48 | 0.56 | 0 | 0.45 |
HSL | 248.46º | 0.39% | 0.39% | - |
HSV(B) | 248.46º | 0.56% | 0.55% | - |
XYZ | 9 | 6.58 | 25.22 | - |
YUV | 73.18 | 165.14 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 72 | 61 | 139 | 0.48 | 0.56 | 0 | 0.45 | 248.46 | 0.39 | 0.39 |
Hex | 48 | 3D | 8B | 30 | 38 | 0 | 2D | F8 | 27 | 27 |
Octal | 110 | 75 | 213 | 60 | 70 | 0 | 55 | 370 | 47 | 47 |
Binary | 1001000 | 111101 | 10001011 | 110000 | 111000 | 0 | 101101 | 11111000 | 100111 | 100111 |
Color Harmonies of #483D8B
Complementary color
Monochromatic Colors of #483D8B
Black with #483D8B
Text Example
Text Example
White with #483D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D8B; }
p { color: rgb(72,61,139); }
H1.HeaderClassName
{
color: #483D8B;
}
.AnyTagClassName
{
color: #483D8B;
}
</style>
background-color css
<style>
a { background-color: #483D8B; }
a { background-color: rgb(72,61,139); }
div.DivClassName
{
background-color: #483D8B;
}
.BgClassName
{
background-color: #483D8B;
}
</style>
border-color css
<style>
span { border-color: #483D8B; }
span { border-color: rgb(72,61,139); }
td.TdClassName
{
border-color: #483D8B;
}
.TagClassName
{
border-color: #483D8B;
}
</style>