Shades of Shakespeare #4F9DBB
Tints of Shakespeare #4F9DBB
RGB
CMYK
RGB Variations
Color information
#4F9DBB (or 0x4F9DBB) is known color: Shakespeare. HEX triplet: 4F, 9D and BB. RGB value is (79,157,187). Sum of RGB (Red+Green+Blue) = 79+157+187=423 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.68% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F9DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9DBB is #B06244. Grayscale: #888888. Windows color (decimal): -11559493 or 12295503. OLE color: 12295503.
HSL color Cylindrical-coordinate representation of color #4F9DBB: hue angle of 196.67º 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 #4F9DBB is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 157 | 187 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.27 |
| HSL | 196.67º | 0.44% | 0.52% | - |
| HSV(B) | 196.67º | 0.58% | 0.73% | - |
| XYZ | 24.25 | 29.36 | 51.4 | - |
| YUV | 137.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 157 | 187 | 0.58 | 0.16 | 0 | 0.27 | 196.67 | 0.44 | 0.52 |
| Hex | 4F | 9D | BB | 3A | 10 | 0 | 1B | C5 | 2C | 34 |
| Octal | 117 | 235 | 273 | 72 | 20 | 0 | 33 | 305 | 54 | 64 |
| Binary | 1001111 | 10011101 | 10111011 | 111010 | 10000 | 0 | 11011 | 11000101 | 101100 | 110100 |
Color Harmonies of #4F9DBB
Complementary color
Monochromatic Colors of #4F9DBB
Black with #4F9DBB
Text Example
Text Example
White with #4F9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9DBB; }
p { color: rgb(79,157,187); }
H1.HeaderClassName
{
color: #4F9DBB;
}
.AnyTagClassName
{
color: #4F9DBB;
}
</style>
background-color css
<style>
a { background-color: #4F9DBB; }
a { background-color: rgb(79,157,187); }
div.DivClassName
{
background-color: #4F9DBB;
}
.BgClassName
{
background-color: #4F9DBB;
}
</style>
border-color css
<style>
span { border-color: #4F9DBB; }
span { border-color: rgb(79,157,187); }
td.TdClassName
{
border-color: #4F9DBB;
}
.TagClassName
{
border-color: #4F9DBB;
}
</style>