Shades of Shakespeare #739DB4
Tints of Shakespeare #739DB4
RGB
CMYK
RGB Variations
Color information
#739DB4 (or 0x739DB4) is known color: Shakespeare. HEX triplet: 73, 9D and B4. RGB value is (115,157,180). Sum of RGB (Red+Green+Blue) = 115+157+180=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #739DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DB4 is #8C624B. Grayscale: #929292. Windows color (decimal): -9200204 or 11836787. OLE color: 11836787.
HSL color Cylindrical-coordinate representation of color #739DB4: hue angle of 201.23º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #739DB4 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 157 | 180 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.29 |
| HSL | 201.23º | 0.3% | 0.58% | - |
| HSV(B) | 201.23º | 0.36% | 0.71% | - |
| XYZ | 27.37 | 31.05 | 47.73 | - |
| YUV | 147.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 180 | 0.36 | 0.13 | 0 | 0.29 | 201.23 | 0.3 | 0.58 |
| Hex | 73 | 9D | B4 | 24 | D | 0 | 1D | C9 | 1E | 3A |
| Octal | 163 | 235 | 264 | 44 | 15 | 0 | 35 | 311 | 36 | 72 |
| Binary | 1110011 | 10011101 | 10110100 | 100100 | 1101 | 0 | 11101 | 11001001 | 11110 | 111010 |
Color Harmonies of #739DB4
Complementary color
Monochromatic Colors of #739DB4
Black with #739DB4
Text Example
Text Example
White with #739DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DB4; }
p { color: rgb(115,157,180); }
H1.HeaderClassName
{
color: #739DB4;
}
.AnyTagClassName
{
color: #739DB4;
}
</style>
background-color css
<style>
a { background-color: #739DB4; }
a { background-color: rgb(115,157,180); }
div.DivClassName
{
background-color: #739DB4;
}
.BgClassName
{
background-color: #739DB4;
}
</style>
border-color css
<style>
span { border-color: #739DB4; }
span { border-color: rgb(115,157,180); }
td.TdClassName
{
border-color: #739DB4;
}
.TagClassName
{
border-color: #739DB4;
}
</style>