Shades of Shakespeare #499BC0
Tints of Shakespeare #499BC0
RGB
CMYK
RGB Variations
Color information
#499BC0 (or 0x499BC0) is known color: Shakespeare. HEX triplet: 49, 9B and C0. RGB value is (73,155,192). Sum of RGB (Red+Green+Blue) = 73+155+192=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #499BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BC0 is #B6643F. Grayscale: #868686. Windows color (decimal): -11953216 or 12622665. OLE color: 12622665.
HSL color Cylindrical-coordinate representation of color #499BC0: hue angle of 198.66º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #499BC0 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 155 | 192 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.25 |
| HSL | 198.66º | 0.49% | 0.52% | - |
| HSV(B) | 198.66º | 0.62% | 0.75% | - |
| XYZ | 23.98 | 28.66 | 54.14 | - |
| YUV | 134.7 | 160.33 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 192 | 0.62 | 0.19 | 0 | 0.25 | 198.66 | 0.49 | 0.52 |
| Hex | 49 | 9B | C0 | 3E | 13 | 0 | 19 | C7 | 31 | 34 |
| Octal | 111 | 233 | 300 | 76 | 23 | 0 | 31 | 307 | 61 | 64 |
| Binary | 1001001 | 10011011 | 11000000 | 111110 | 10011 | 0 | 11001 | 11000111 | 110001 | 110100 |
Color Harmonies of #499BC0
Complementary color
Monochromatic Colors of #499BC0
Black with #499BC0
Text Example
Text Example
White with #499BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BC0; }
p { color: rgb(73,155,192); }
H1.HeaderClassName
{
color: #499BC0;
}
.AnyTagClassName
{
color: #499BC0;
}
</style>
background-color css
<style>
a { background-color: #499BC0; }
a { background-color: rgb(73,155,192); }
div.DivClassName
{
background-color: #499BC0;
}
.BgClassName
{
background-color: #499BC0;
}
</style>
border-color css
<style>
span { border-color: #499BC0; }
span { border-color: rgb(73,155,192); }
td.TdClassName
{
border-color: #499BC0;
}
.TagClassName
{
border-color: #499BC0;
}
</style>