Shades of Boston Blue #4899B4
Tints of Boston Blue #4899B4
RGB
CMYK
RGB Variations
Color information
#4899B4 (or 0x4899B4) is known color: Boston Blue. HEX triplet: 48, 99 and B4. RGB value is (72,153,180). Sum of RGB (Red+Green+Blue) = 72+153+180=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #4899B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4899B4 is #B7664B. Grayscale: #838383. Windows color (decimal): -12019276 or 11835720. OLE color: 11835720.
HSL color Cylindrical-coordinate representation of color #4899B4: hue angle of 195º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4899B4 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 153 | 180 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.29 |
| HSL | 195º | 0.43% | 0.49% | - |
| HSV(B) | 195º | 0.6% | 0.71% | - |
| XYZ | 22.3 | 27.46 | 47.3 | - |
| YUV | 131.86 | 155.16 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 180 | 0.60 | 0.15 | 0 | 0.29 | 195 | 0.43 | 0.49 |
| Hex | 48 | 99 | B4 | 3C | F | 0 | 1D | C3 | 2B | 31 |
| Octal | 110 | 231 | 264 | 74 | 17 | 0 | 35 | 303 | 53 | 61 |
| Binary | 1001000 | 10011001 | 10110100 | 111100 | 1111 | 0 | 11101 | 11000011 | 101011 | 110001 |
Color Harmonies of #4899B4
Complementary color
Monochromatic Colors of #4899B4
Black with #4899B4
Text Example
Text Example
White with #4899B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4899B4; }
p { color: rgb(72,153,180); }
H1.HeaderClassName
{
color: #4899B4;
}
.AnyTagClassName
{
color: #4899B4;
}
</style>
background-color css
<style>
a { background-color: #4899B4; }
a { background-color: rgb(72,153,180); }
div.DivClassName
{
background-color: #4899B4;
}
.BgClassName
{
background-color: #4899B4;
}
</style>
border-color css
<style>
span { border-color: #4899B4; }
span { border-color: rgb(72,153,180); }
td.TdClassName
{
border-color: #4899B4;
}
.TagClassName
{
border-color: #4899B4;
}
</style>