Shades of Dark Slate Blue #484389
Tints of Dark Slate Blue #484389
RGB
CMYK
RGB Variations
Color information
#484389 (or 0x484389) is known color: Dark Slate Blue. HEX triplet: 48, 43 and 89. RGB value is (72,67,137). Sum of RGB (Red+Green+Blue) = 72+67+137=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #484389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484389 is #B7BC76. Grayscale: #4C4C4C. Windows color (decimal): -12041335 or 8995656. OLE color: 8995656.
HSL color Cylindrical-coordinate representation of color #484389: hue angle of 244.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484389 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 67 | 137 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.46 |
| HSL | 244.29º | 0.34% | 0.4% | - |
| HSV(B) | 244.29º | 0.51% | 0.54% | - |
| XYZ | 9.2 | 7.2 | 24.57 | - |
| YUV | 76.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 137 | 0.47 | 0.51 | 0 | 0.46 | 244.29 | 0.34 | 0.4 |
| Hex | 48 | 43 | 89 | 2F | 33 | 0 | 2E | F4 | 22 | 28 |
| Octal | 110 | 103 | 211 | 57 | 63 | 0 | 56 | 364 | 42 | 50 |
| Binary | 1001000 | 1000011 | 10001001 | 101111 | 110011 | 0 | 101110 | 11110100 | 100010 | 101000 |
Color Harmonies of #484389
Complementary color
Monochromatic Colors of #484389
Black with #484389
Text Example
Text Example
White with #484389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484389; }
p { color: rgb(72,67,137); }
H1.HeaderClassName
{
color: #484389;
}
.AnyTagClassName
{
color: #484389;
}
</style>
background-color css
<style>
a { background-color: #484389; }
a { background-color: rgb(72,67,137); }
div.DivClassName
{
background-color: #484389;
}
.BgClassName
{
background-color: #484389;
}
</style>
border-color css
<style>
span { border-color: #484389; }
span { border-color: rgb(72,67,137); }
td.TdClassName
{
border-color: #484389;
}
.TagClassName
{
border-color: #484389;
}
</style>