Shades of Dark Slate Blue #484083
Tints of Dark Slate Blue #484083
RGB
CMYK
RGB Variations
Color information
#484083 (or 0x484083) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 83. RGB value is (72,64,131). Sum of RGB (Red+Green+Blue) = 72+64+131=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #484083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484083 is #B7BF7C. Grayscale: #494949. Windows color (decimal): -12042109 or 8601672. OLE color: 8601672.
HSL color Cylindrical-coordinate representation of color #484083: hue angle of 247.16º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484083 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 64 | 131 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.49 |
| HSL | 247.16º | 0.34% | 0.38% | - |
| HSV(B) | 247.16º | 0.51% | 0.51% | - |
| XYZ | 8.6 | 6.68 | 22.31 | - |
| YUV | 74.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 131 | 0.45 | 0.51 | 0 | 0.49 | 247.16 | 0.34 | 0.38 |
| Hex | 48 | 40 | 83 | 2D | 33 | 0 | 31 | F7 | 22 | 26 |
| Octal | 110 | 100 | 203 | 55 | 63 | 0 | 61 | 367 | 42 | 46 |
| Binary | 1001000 | 1000000 | 10000011 | 101101 | 110011 | 0 | 110001 | 11110111 | 100010 | 100110 |
Color Harmonies of #484083
Complementary color
Monochromatic Colors of #484083
Black with #484083
Text Example
Text Example
White with #484083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484083; }
p { color: rgb(72,64,131); }
H1.HeaderClassName
{
color: #484083;
}
.AnyTagClassName
{
color: #484083;
}
</style>
background-color css
<style>
a { background-color: #484083; }
a { background-color: rgb(72,64,131); }
div.DivClassName
{
background-color: #484083;
}
.BgClassName
{
background-color: #484083;
}
</style>
border-color css
<style>
span { border-color: #484083; }
span { border-color: rgb(72,64,131); }
td.TdClassName
{
border-color: #484083;
}
.TagClassName
{
border-color: #484083;
}
</style>