Shades of Dark Slate Blue #483F7D
Tints of Dark Slate Blue #483F7D
RGB
CMYK
RGB Variations
Color information
#483F7D (or 0x483F7D) is known color: Dark Slate Blue. HEX triplet: 48, 3F and 7D. RGB value is (72,63,125). Sum of RGB (Red+Green+Blue) = 72+63+125=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #483F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F7D is #B7C082. Grayscale: #484848. Windows color (decimal): -12042371 or 8208200. OLE color: 8208200.
HSL color Cylindrical-coordinate representation of color #483F7D: hue angle of 248.71º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483F7D is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 63 | 125 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.51 |
| HSL | 248.71º | 0.33% | 0.37% | - |
| HSV(B) | 248.71º | 0.5% | 0.49% | - |
| XYZ | 8.15 | 6.41 | 20.21 | - |
| YUV | 72.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 125 | 0.42 | 0.50 | 0 | 0.51 | 248.71 | 0.33 | 0.37 |
| Hex | 48 | 3F | 7D | 2A | 32 | 0 | 33 | F9 | 21 | 25 |
| Octal | 110 | 77 | 175 | 52 | 62 | 0 | 63 | 371 | 41 | 45 |
| Binary | 1001000 | 111111 | 1111101 | 101010 | 110010 | 0 | 110011 | 11111001 | 100001 | 100101 |
Color Harmonies of #483F7D
Complementary color
Monochromatic Colors of #483F7D
Black with #483F7D
Text Example
Text Example
White with #483F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F7D; }
p { color: rgb(72,63,125); }
H1.HeaderClassName
{
color: #483F7D;
}
.AnyTagClassName
{
color: #483F7D;
}
</style>
background-color css
<style>
a { background-color: #483F7D; }
a { background-color: rgb(72,63,125); }
div.DivClassName
{
background-color: #483F7D;
}
.BgClassName
{
background-color: #483F7D;
}
</style>
border-color css
<style>
span { border-color: #483F7D; }
span { border-color: rgb(72,63,125); }
td.TdClassName
{
border-color: #483F7D;
}
.TagClassName
{
border-color: #483F7D;
}
</style>