Shades of Dark Slate Blue #484A8B
Tints of Dark Slate Blue #484A8B
RGB
CMYK
RGB Variations
Color information
#484A8B (or 0x484A8B) is known color: Dark Slate Blue. HEX triplet: 48, 4A and 8B. RGB value is (72,74,139). Sum of RGB (Red+Green+Blue) = 72+74+139=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #484A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A8B is #B7B574. Grayscale: #505050. Windows color (decimal): -12039541 or 9128520. OLE color: 9128520.
HSL color Cylindrical-coordinate representation of color #484A8B: hue angle of 238.21º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #484A8B is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 74 | 139 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.45 |
| HSL | 238.21º | 0.32% | 0.41% | - |
| HSV(B) | 238.21º | 0.48% | 0.55% | - |
| XYZ | 9.78 | 8.14 | 25.48 | - |
| YUV | 80.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 139 | 0.48 | 0.47 | 0 | 0.45 | 238.21 | 0.32 | 0.41 |
| Hex | 48 | 4A | 8B | 30 | 2F | 0 | 2D | EE | 20 | 29 |
| Octal | 110 | 112 | 213 | 60 | 57 | 0 | 55 | 356 | 40 | 51 |
| Binary | 1001000 | 1001010 | 10001011 | 110000 | 101111 | 0 | 101101 | 11101110 | 100000 | 101001 |
Color Harmonies of #484A8B
Complementary color
Monochromatic Colors of #484A8B
Black with #484A8B
Text Example
Text Example
White with #484A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A8B; }
p { color: rgb(72,74,139); }
H1.HeaderClassName
{
color: #484A8B;
}
.AnyTagClassName
{
color: #484A8B;
}
</style>
background-color css
<style>
a { background-color: #484A8B; }
a { background-color: rgb(72,74,139); }
div.DivClassName
{
background-color: #484A8B;
}
.BgClassName
{
background-color: #484A8B;
}
</style>
border-color css
<style>
span { border-color: #484A8B; }
span { border-color: rgb(72,74,139); }
td.TdClassName
{
border-color: #484A8B;
}
.TagClassName
{
border-color: #484A8B;
}
</style>