Shades of Dark Slate Blue #484394
Tints of Dark Slate Blue #484394
RGB
CMYK
RGB Variations
Color information
#484394 (or 0x484394) is known color: Dark Slate Blue. HEX triplet: 48, 43 and 94. RGB value is (72,67,148). Sum of RGB (Red+Green+Blue) = 72+67+148=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #484394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484394 is #B7BC6B. Grayscale: #4D4D4D. Windows color (decimal): -12041324 or 9716552. OLE color: 9716552.
HSL color Cylindrical-coordinate representation of color #484394: hue angle of 243.7º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484394 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 67 | 148 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.42 |
| HSL | 243.7º | 0.38% | 0.42% | - |
| HSV(B) | 243.7º | 0.55% | 0.58% | - |
| XYZ | 10.02 | 7.53 | 28.94 | - |
| YUV | 77.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 148 | 0.51 | 0.55 | 0 | 0.42 | 243.7 | 0.38 | 0.42 |
| Hex | 48 | 43 | 94 | 33 | 37 | 0 | 2A | F4 | 26 | 2A |
| Octal | 110 | 103 | 224 | 63 | 67 | 0 | 52 | 364 | 46 | 52 |
| Binary | 1001000 | 1000011 | 10010100 | 110011 | 110111 | 0 | 101010 | 11110100 | 100110 | 101010 |
Color Harmonies of #484394
Complementary color
Monochromatic Colors of #484394
Black with #484394
Text Example
Text Example
White with #484394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484394; }
p { color: rgb(72,67,148); }
H1.HeaderClassName
{
color: #484394;
}
.AnyTagClassName
{
color: #484394;
}
</style>
background-color css
<style>
a { background-color: #484394; }
a { background-color: rgb(72,67,148); }
div.DivClassName
{
background-color: #484394;
}
.BgClassName
{
background-color: #484394;
}
</style>
border-color css
<style>
span { border-color: #484394; }
span { border-color: rgb(72,67,148); }
td.TdClassName
{
border-color: #484394;
}
.TagClassName
{
border-color: #484394;
}
</style>