Shades of Boston Blue #4B98A9
Tints of Boston Blue #4B98A9
RGB
CMYK
RGB Variations
Color information
#4B98A9 (or 0x4B98A9) is known color: Boston Blue. HEX triplet: 4B, 98 and A9. RGB value is (75,152,169). Sum of RGB (Red+Green+Blue) = 75+152+169=396 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.94% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #4B98A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B98A9 is #B46756. Grayscale: #828282. Windows color (decimal): -11822935 or 11114571. OLE color: 11114571.
HSL color Cylindrical-coordinate representation of color #4B98A9: hue angle of 190.85º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B98A9 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 152 | 169 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.34 |
| HSL | 190.85º | 0.39% | 0.48% | - |
| HSV(B) | 190.85º | 0.56% | 0.66% | - |
| XYZ | 21.29 | 26.82 | 41.59 | - |
| YUV | 130.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 152 | 169 | 0.56 | 0.10 | 0 | 0.34 | 190.85 | 0.39 | 0.48 |
| Hex | 4B | 98 | A9 | 38 | A | 0 | 22 | BF | 27 | 30 |
| Octal | 113 | 230 | 251 | 70 | 12 | 0 | 42 | 277 | 47 | 60 |
| Binary | 1001011 | 10011000 | 10101001 | 111000 | 1010 | 0 | 100010 | 10111111 | 100111 | 110000 |
Color Harmonies of #4B98A9
Complementary color
Monochromatic Colors of #4B98A9
Black with #4B98A9
Text Example
Text Example
White with #4B98A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B98A9; }
p { color: rgb(75,152,169); }
H1.HeaderClassName
{
color: #4B98A9;
}
.AnyTagClassName
{
color: #4B98A9;
}
</style>
background-color css
<style>
a { background-color: #4B98A9; }
a { background-color: rgb(75,152,169); }
div.DivClassName
{
background-color: #4B98A9;
}
.BgClassName
{
background-color: #4B98A9;
}
</style>
border-color css
<style>
span { border-color: #4B98A9; }
span { border-color: rgb(75,152,169); }
td.TdClassName
{
border-color: #4B98A9;
}
.TagClassName
{
border-color: #4B98A9;
}
</style>