Shades of Shakespeare #4B9EBA
Tints of Shakespeare #4B9EBA
RGB
CMYK
RGB Variations
Color information
#4B9EBA (or 0x4B9EBA) is known color: Shakespeare. HEX triplet: 4B, 9E and BA. RGB value is (75,158,186). Sum of RGB (Red+Green+Blue) = 75+158+186=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B9EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9EBA is #B46145. Grayscale: #888888. Windows color (decimal): -11821382 or 12230219. OLE color: 12230219.
HSL color Cylindrical-coordinate representation of color #4B9EBA: hue angle of 195.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B9EBA is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 158 | 186 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.27 |
| HSL | 195.14º | 0.45% | 0.51% | - |
| HSV(B) | 195.14º | 0.6% | 0.73% | - |
| XYZ | 23.99 | 29.49 | 50.88 | - |
| YUV | 136.38 | 156 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 158 | 186 | 0.60 | 0.15 | 0 | 0.27 | 195.14 | 0.45 | 0.51 |
| Hex | 4B | 9E | BA | 3C | F | 0 | 1B | C3 | 2D | 33 |
| Octal | 113 | 236 | 272 | 74 | 17 | 0 | 33 | 303 | 55 | 63 |
| Binary | 1001011 | 10011110 | 10111010 | 111100 | 1111 | 0 | 11011 | 11000011 | 101101 | 110011 |
Color Harmonies of #4B9EBA
Complementary color
Monochromatic Colors of #4B9EBA
Black with #4B9EBA
Text Example
Text Example
White with #4B9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9EBA; }
p { color: rgb(75,158,186); }
H1.HeaderClassName
{
color: #4B9EBA;
}
.AnyTagClassName
{
color: #4B9EBA;
}
</style>
background-color css
<style>
a { background-color: #4B9EBA; }
a { background-color: rgb(75,158,186); }
div.DivClassName
{
background-color: #4B9EBA;
}
.BgClassName
{
background-color: #4B9EBA;
}
</style>
border-color css
<style>
span { border-color: #4B9EBA; }
span { border-color: rgb(75,158,186); }
td.TdClassName
{
border-color: #4B9EBA;
}
.TagClassName
{
border-color: #4B9EBA;
}
</style>