Shades of Dark Slate Blue #483C7B
Tints of Dark Slate Blue #483C7B
RGB
CMYK
RGB Variations
Color information
#483C7B (or 0x483C7B) is known color: Dark Slate Blue. HEX triplet: 48, 3C and 7B. RGB value is (72,60,123). Sum of RGB (Red+Green+Blue) = 72+60+123=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #483C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C7B is #B7C384. Grayscale: #464646. Windows color (decimal): -12043141 or 8076360. OLE color: 8076360.
HSL color Cylindrical-coordinate representation of color #483C7B: hue angle of 251.43º 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 #483C7B is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 60 | 123 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.52 |
| HSL | 251.43º | 0.34% | 0.36% | - |
| HSV(B) | 251.43º | 0.51% | 0.48% | - |
| XYZ | 7.86 | 6.04 | 19.49 | - |
| YUV | 70.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 123 | 0.41 | 0.51 | 0 | 0.52 | 251.43 | 0.34 | 0.36 |
| Hex | 48 | 3C | 7B | 29 | 33 | 0 | 34 | FB | 22 | 24 |
| Octal | 110 | 74 | 173 | 51 | 63 | 0 | 64 | 373 | 42 | 44 |
| Binary | 1001000 | 111100 | 1111011 | 101001 | 110011 | 0 | 110100 | 11111011 | 100010 | 100100 |
Color Harmonies of #483C7B
Complementary color
Monochromatic Colors of #483C7B
Black with #483C7B
Text Example
Text Example
White with #483C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C7B; }
p { color: rgb(72,60,123); }
H1.HeaderClassName
{
color: #483C7B;
}
.AnyTagClassName
{
color: #483C7B;
}
</style>
background-color css
<style>
a { background-color: #483C7B; }
a { background-color: rgb(72,60,123); }
div.DivClassName
{
background-color: #483C7B;
}
.BgClassName
{
background-color: #483C7B;
}
</style>
border-color css
<style>
span { border-color: #483C7B; }
span { border-color: rgb(72,60,123); }
td.TdClassName
{
border-color: #483C7B;
}
.TagClassName
{
border-color: #483C7B;
}
</style>