Shades of Shakespeare #4F9ABB
Tints of Shakespeare #4F9ABB
RGB
CMYK
RGB Variations
Color information
#4F9ABB (or 0x4F9ABB) is known color: Shakespeare. HEX triplet: 4F, 9A and BB. RGB value is (79,154,187). Sum of RGB (Red+Green+Blue) = 79+154+187=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F9ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9ABB is #B06544. Grayscale: #878787. Windows color (decimal): -11560261 or 12294735. OLE color: 12294735.
HSL color Cylindrical-coordinate representation of color #4F9ABB: hue angle of 198.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F9ABB is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 154 | 187 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.27 |
| HSL | 198.33º | 0.44% | 0.52% | - |
| HSV(B) | 198.33º | 0.58% | 0.73% | - |
| XYZ | 23.75 | 28.36 | 51.24 | - |
| YUV | 135.34 | 157.15 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 154 | 187 | 0.58 | 0.18 | 0 | 0.27 | 198.33 | 0.44 | 0.52 |
| Hex | 4F | 9A | BB | 3A | 12 | 0 | 1B | C6 | 2C | 34 |
| Octal | 117 | 232 | 273 | 72 | 22 | 0 | 33 | 306 | 54 | 64 |
| Binary | 1001111 | 10011010 | 10111011 | 111010 | 10010 | 0 | 11011 | 11000110 | 101100 | 110100 |
Color Harmonies of #4F9ABB
Complementary color
Monochromatic Colors of #4F9ABB
Black with #4F9ABB
Text Example
Text Example
White with #4F9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9ABB; }
p { color: rgb(79,154,187); }
H1.HeaderClassName
{
color: #4F9ABB;
}
.AnyTagClassName
{
color: #4F9ABB;
}
</style>
background-color css
<style>
a { background-color: #4F9ABB; }
a { background-color: rgb(79,154,187); }
div.DivClassName
{
background-color: #4F9ABB;
}
.BgClassName
{
background-color: #4F9ABB;
}
</style>
border-color css
<style>
span { border-color: #4F9ABB; }
span { border-color: rgb(79,154,187); }
td.TdClassName
{
border-color: #4F9ABB;
}
.TagClassName
{
border-color: #4F9ABB;
}
</style>