Shades of Boston Blue #4B9ABB
Tints of Boston Blue #4B9ABB
RGB
CMYK
RGB Variations
Color information
#4B9ABB (or 0x4B9ABB) is known color: Boston Blue. HEX triplet: 4B, 9A and BB. RGB value is (75,154,187). Sum of RGB (Red+Green+Blue) = 75+154+187=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B9ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9ABB is #B46544. Grayscale: #858585. Windows color (decimal): -11822405 or 12294731. OLE color: 12294731.
HSL color Cylindrical-coordinate representation of color #4B9ABB: hue angle of 197.68º 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 #4B9ABB is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 154 | 187 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.27 |
| HSL | 197.68º | 0.45% | 0.51% | - |
| HSV(B) | 197.68º | 0.6% | 0.73% | - |
| XYZ | 23.43 | 28.19 | 51.22 | - |
| YUV | 134.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 154 | 187 | 0.60 | 0.18 | 0 | 0.27 | 197.68 | 0.45 | 0.51 |
| Hex | 4B | 9A | BB | 3C | 12 | 0 | 1B | C6 | 2D | 33 |
| Octal | 113 | 232 | 273 | 74 | 22 | 0 | 33 | 306 | 55 | 63 |
| Binary | 1001011 | 10011010 | 10111011 | 111100 | 10010 | 0 | 11011 | 11000110 | 101101 | 110011 |
Color Harmonies of #4B9ABB
Complementary color
Monochromatic Colors of #4B9ABB
Black with #4B9ABB
Text Example
Text Example
White with #4B9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9ABB; }
p { color: rgb(75,154,187); }
H1.HeaderClassName
{
color: #4B9ABB;
}
.AnyTagClassName
{
color: #4B9ABB;
}
</style>
background-color css
<style>
a { background-color: #4B9ABB; }
a { background-color: rgb(75,154,187); }
div.DivClassName
{
background-color: #4B9ABB;
}
.BgClassName
{
background-color: #4B9ABB;
}
</style>
border-color css
<style>
span { border-color: #4B9ABB; }
span { border-color: rgb(75,154,187); }
td.TdClassName
{
border-color: #4B9ABB;
}
.TagClassName
{
border-color: #4B9ABB;
}
</style>