Shades of Shakespeare #4A9DBD
Tints of Shakespeare #4A9DBD
RGB
CMYK
RGB Variations
Color information
#4A9DBD (or 0x4A9DBD) is known color: Shakespeare. HEX triplet: 4A, 9D and BD. RGB value is (74,157,189). Sum of RGB (Red+Green+Blue) = 74+157+189=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A9DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9DBD is #B56242. Grayscale: #878787. Windows color (decimal): -11887171 or 12426570. OLE color: 12426570.
HSL color Cylindrical-coordinate representation of color #4A9DBD: hue angle of 196.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A9DBD is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 157 | 189 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.26 |
| HSL | 196.7º | 0.47% | 0.52% | - |
| HSV(B) | 196.7º | 0.61% | 0.74% | - |
| XYZ | 24.07 | 29.24 | 52.52 | - |
| YUV | 135.83 | 158 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 157 | 189 | 0.61 | 0.17 | 0 | 0.26 | 196.7 | 0.47 | 0.52 |
| Hex | 4A | 9D | BD | 3D | 11 | 0 | 1A | C5 | 2F | 34 |
| Octal | 112 | 235 | 275 | 75 | 21 | 0 | 32 | 305 | 57 | 64 |
| Binary | 1001010 | 10011101 | 10111101 | 111101 | 10001 | 0 | 11010 | 11000101 | 101111 | 110100 |
Color Harmonies of #4A9DBD
Complementary color
Monochromatic Colors of #4A9DBD
Black with #4A9DBD
Text Example
Text Example
White with #4A9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9DBD; }
p { color: rgb(74,157,189); }
H1.HeaderClassName
{
color: #4A9DBD;
}
.AnyTagClassName
{
color: #4A9DBD;
}
</style>
background-color css
<style>
a { background-color: #4A9DBD; }
a { background-color: rgb(74,157,189); }
div.DivClassName
{
background-color: #4A9DBD;
}
.BgClassName
{
background-color: #4A9DBD;
}
</style>
border-color css
<style>
span { border-color: #4A9DBD; }
span { border-color: rgb(74,157,189); }
td.TdClassName
{
border-color: #4A9DBD;
}
.TagClassName
{
border-color: #4A9DBD;
}
</style>