Shades of Dark Slate Blue #483D91
Tints of Dark Slate Blue #483D91
RGB
CMYK
RGB Variations
Color information
#483D91 (or 0x483D91) is known color: Dark Slate Blue. HEX triplet: 48, 3D and 91. RGB value is (72,61,145). Sum of RGB (Red+Green+Blue) = 72+61+145=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #483D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483D91 is #B7C26E. Grayscale: #494949. Windows color (decimal): -12042863 or 9518408. OLE color: 9518408.
HSL color Cylindrical-coordinate representation of color #483D91: hue angle of 247.86º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483D91 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 61 | 145 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.43 |
| HSL | 247.86º | 0.41% | 0.4% | - |
| HSV(B) | 247.86º | 0.58% | 0.57% | - |
| XYZ | 9.45 | 6.76 | 27.59 | - |
| YUV | 73.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 145 | 0.50 | 0.58 | 0 | 0.43 | 247.86 | 0.41 | 0.4 |
| Hex | 48 | 3D | 91 | 32 | 3A | 0 | 2B | F8 | 29 | 28 |
| Octal | 110 | 75 | 221 | 62 | 72 | 0 | 53 | 370 | 51 | 50 |
| Binary | 1001000 | 111101 | 10010001 | 110010 | 111010 | 0 | 101011 | 11111000 | 101001 | 101000 |
Color Harmonies of #483D91
Complementary color
Monochromatic Colors of #483D91
Black with #483D91
Text Example
Text Example
White with #483D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D91; }
p { color: rgb(72,61,145); }
H1.HeaderClassName
{
color: #483D91;
}
.AnyTagClassName
{
color: #483D91;
}
</style>
background-color css
<style>
a { background-color: #483D91; }
a { background-color: rgb(72,61,145); }
div.DivClassName
{
background-color: #483D91;
}
.BgClassName
{
background-color: #483D91;
}
</style>
border-color css
<style>
span { border-color: #483D91; }
span { border-color: rgb(72,61,145); }
td.TdClassName
{
border-color: #483D91;
}
.TagClassName
{
border-color: #483D91;
}
</style>