Shades of Dark Slate Blue #483F7A
Tints of Dark Slate Blue #483F7A
RGB
CMYK
RGB Variations
Color information
#483F7A (or 0x483F7A) is known color: Dark Slate Blue. HEX triplet: 48, 3F and 7A. RGB value is (72,63,122). Sum of RGB (Red+Green+Blue) = 72+63+122=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #483F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F7A is #B7C085. Grayscale: #484848. Windows color (decimal): -12042374 or 8011592. OLE color: 8011592.
HSL color Cylindrical-coordinate representation of color #483F7A: hue angle of 249.15º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #483F7A is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 63 | 122 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.52 |
| HSL | 249.15º | 0.32% | 0.36% | - |
| HSV(B) | 249.15º | 0.48% | 0.48% | - |
| XYZ | 7.96 | 6.34 | 19.22 | - |
| YUV | 72.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 122 | 0.41 | 0.48 | 0 | 0.52 | 249.15 | 0.32 | 0.36 |
| Hex | 48 | 3F | 7A | 29 | 30 | 0 | 34 | F9 | 20 | 24 |
| Octal | 110 | 77 | 172 | 51 | 60 | 0 | 64 | 371 | 40 | 44 |
| Binary | 1001000 | 111111 | 1111010 | 101001 | 110000 | 0 | 110100 | 11111001 | 100000 | 100100 |
Color Harmonies of #483F7A
Complementary color
Monochromatic Colors of #483F7A
Black with #483F7A
Text Example
Text Example
White with #483F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F7A; }
p { color: rgb(72,63,122); }
H1.HeaderClassName
{
color: #483F7A;
}
.AnyTagClassName
{
color: #483F7A;
}
</style>
background-color css
<style>
a { background-color: #483F7A; }
a { background-color: rgb(72,63,122); }
div.DivClassName
{
background-color: #483F7A;
}
.BgClassName
{
background-color: #483F7A;
}
</style>
border-color css
<style>
span { border-color: #483F7A; }
span { border-color: rgb(72,63,122); }
td.TdClassName
{
border-color: #483F7A;
}
.TagClassName
{
border-color: #483F7A;
}
</style>