Shades of Shakespeare #4F99BD
Tints of Shakespeare #4F99BD
RGB
CMYK
RGB Variations
Color information
#4F99BD (or 0x4F99BD) is known color: Shakespeare. HEX triplet: 4F, 99 and BD. RGB value is (79,153,189). Sum of RGB (Red+Green+Blue) = 79+153+189=421 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.76% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F99BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F99BD is #B06642. Grayscale: #868686. Windows color (decimal): -11560515 or 12425551. OLE color: 12425551.
HSL color Cylindrical-coordinate representation of color #4F99BD: hue angle of 199.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F99BD is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 153 | 189 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.26 |
| HSL | 199.64º | 0.45% | 0.53% | - |
| HSV(B) | 199.64º | 0.58% | 0.74% | - |
| XYZ | 23.8 | 28.12 | 52.32 | - |
| YUV | 134.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 153 | 189 | 0.58 | 0.19 | 0 | 0.26 | 199.64 | 0.45 | 0.53 |
| Hex | 4F | 99 | BD | 3A | 13 | 0 | 1A | C8 | 2D | 35 |
| Octal | 117 | 231 | 275 | 72 | 23 | 0 | 32 | 310 | 55 | 65 |
| Binary | 1001111 | 10011001 | 10111101 | 111010 | 10011 | 0 | 11010 | 11001000 | 101101 | 110101 |
Color Harmonies of #4F99BD
Complementary color
Monochromatic Colors of #4F99BD
Black with #4F99BD
Text Example
Text Example
White with #4F99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F99BD; }
p { color: rgb(79,153,189); }
H1.HeaderClassName
{
color: #4F99BD;
}
.AnyTagClassName
{
color: #4F99BD;
}
</style>
background-color css
<style>
a { background-color: #4F99BD; }
a { background-color: rgb(79,153,189); }
div.DivClassName
{
background-color: #4F99BD;
}
.BgClassName
{
background-color: #4F99BD;
}
</style>
border-color css
<style>
span { border-color: #4F99BD; }
span { border-color: rgb(79,153,189); }
td.TdClassName
{
border-color: #4F99BD;
}
.TagClassName
{
border-color: #4F99BD;
}
</style>