Shades of Dark Slate Blue #483C7A
Tints of Dark Slate Blue #483C7A
RGB
CMYK
RGB Variations
Color information
#483C7A (or 0x483C7A) is known color: Dark Slate Blue. HEX triplet: 48, 3C and 7A. RGB value is (72,60,122). Sum of RGB (Red+Green+Blue) = 72+60+122=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #483C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C7A is #B7C385. Grayscale: #464646. Windows color (decimal): -12043142 or 8010824. OLE color: 8010824.
HSL color Cylindrical-coordinate representation of color #483C7A: hue angle of 251.61º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483C7A is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 60 | 122 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.52 |
| HSL | 251.61º | 0.34% | 0.36% | - |
| HSV(B) | 251.61º | 0.51% | 0.48% | - |
| XYZ | 7.8 | 6.01 | 19.16 | - |
| YUV | 70.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 122 | 0.41 | 0.51 | 0 | 0.52 | 251.61 | 0.34 | 0.36 |
| Hex | 48 | 3C | 7A | 29 | 33 | 0 | 34 | FC | 22 | 24 |
| Octal | 110 | 74 | 172 | 51 | 63 | 0 | 64 | 374 | 42 | 44 |
| Binary | 1001000 | 111100 | 1111010 | 101001 | 110011 | 0 | 110100 | 11111100 | 100010 | 100100 |
Color Harmonies of #483C7A
Complementary color
Monochromatic Colors of #483C7A
Black with #483C7A
Text Example
Text Example
White with #483C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C7A; }
p { color: rgb(72,60,122); }
H1.HeaderClassName
{
color: #483C7A;
}
.AnyTagClassName
{
color: #483C7A;
}
</style>
background-color css
<style>
a { background-color: #483C7A; }
a { background-color: rgb(72,60,122); }
div.DivClassName
{
background-color: #483C7A;
}
.BgClassName
{
background-color: #483C7A;
}
</style>
border-color css
<style>
span { border-color: #483C7A; }
span { border-color: rgb(72,60,122); }
td.TdClassName
{
border-color: #483C7A;
}
.TagClassName
{
border-color: #483C7A;
}
</style>