Shades of Shakespeare #4B9ABE
Tints of Shakespeare #4B9ABE
RGB
CMYK
RGB Variations
Color information
#4B9ABE (or 0x4B9ABE) is known color: Shakespeare. HEX triplet: 4B, 9A and BE. RGB value is (75,154,190). Sum of RGB (Red+Green+Blue) = 75+154+190=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B9ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9ABE is #B46541. Grayscale: #868686. Windows color (decimal): -11822402 or 12491339. OLE color: 12491339.
HSL color Cylindrical-coordinate representation of color #4B9ABE: hue angle of 198.78º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B9ABE is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 154 | 190 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.25 |
| HSL | 198.78º | 0.47% | 0.52% | - |
| HSV(B) | 198.78º | 0.61% | 0.75% | - |
| XYZ | 23.75 | 28.32 | 52.93 | - |
| YUV | 134.48 | 159.33 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 154 | 190 | 0.61 | 0.19 | 0 | 0.25 | 198.78 | 0.47 | 0.52 |
| Hex | 4B | 9A | BE | 3D | 13 | 0 | 19 | C7 | 2F | 34 |
| Octal | 113 | 232 | 276 | 75 | 23 | 0 | 31 | 307 | 57 | 64 |
| Binary | 1001011 | 10011010 | 10111110 | 111101 | 10011 | 0 | 11001 | 11000111 | 101111 | 110100 |
Color Harmonies of #4B9ABE
Complementary color
Monochromatic Colors of #4B9ABE
Black with #4B9ABE
Text Example
Text Example
White with #4B9ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9ABE; }
p { color: rgb(75,154,190); }
H1.HeaderClassName
{
color: #4B9ABE;
}
.AnyTagClassName
{
color: #4B9ABE;
}
</style>
background-color css
<style>
a { background-color: #4B9ABE; }
a { background-color: rgb(75,154,190); }
div.DivClassName
{
background-color: #4B9ABE;
}
.BgClassName
{
background-color: #4B9ABE;
}
</style>
border-color css
<style>
span { border-color: #4B9ABE; }
span { border-color: rgb(75,154,190); }
td.TdClassName
{
border-color: #4B9ABE;
}
.TagClassName
{
border-color: #4B9ABE;
}
</style>