Shades of Dark Slate Blue #494783
Tints of Dark Slate Blue #494783
RGB
CMYK
RGB Variations
Color information
#494783 (or 0x494783) is known color: Dark Slate Blue. HEX triplet: 49, 47 and 83. RGB value is (73,71,131). Sum of RGB (Red+Green+Blue) = 73+71+131=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #494783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494783 is #B6B87C. Grayscale: #4E4E4E. Windows color (decimal): -11974781 or 8603465. OLE color: 8603465.
HSL color Cylindrical-coordinate representation of color #494783: hue angle of 242º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #494783 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 71 | 131 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.49 |
| HSL | 242º | 0.3% | 0.4% | - |
| HSV(B) | 242º | 0.46% | 0.51% | - |
| XYZ | 9.1 | 7.56 | 22.45 | - |
| YUV | 78.44 | 157.66 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 131 | 0.44 | 0.46 | 0 | 0.49 | 242 | 0.3 | 0.4 |
| Hex | 49 | 47 | 83 | 2C | 2E | 0 | 31 | F2 | 1E | 28 |
| Octal | 111 | 107 | 203 | 54 | 56 | 0 | 61 | 362 | 36 | 50 |
| Binary | 1001001 | 1000111 | 10000011 | 101100 | 101110 | 0 | 110001 | 11110010 | 11110 | 101000 |
Color Harmonies of #494783
Complementary color
Monochromatic Colors of #494783
Black with #494783
Text Example
Text Example
White with #494783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494783; }
p { color: rgb(73,71,131); }
H1.HeaderClassName
{
color: #494783;
}
.AnyTagClassName
{
color: #494783;
}
</style>
background-color css
<style>
a { background-color: #494783; }
a { background-color: rgb(73,71,131); }
div.DivClassName
{
background-color: #494783;
}
.BgClassName
{
background-color: #494783;
}
</style>
border-color css
<style>
span { border-color: #494783; }
span { border-color: rgb(73,71,131); }
td.TdClassName
{
border-color: #494783;
}
.TagClassName
{
border-color: #494783;
}
</style>