Shades of Boston Blue #4F9BB1
Tints of Boston Blue #4F9BB1
RGB
CMYK
RGB Variations
Color information
#4F9BB1 (or 0x4F9BB1) is known color: Boston Blue. HEX triplet: 4F, 9B and B1. RGB value is (79,155,177). Sum of RGB (Red+Green+Blue) = 79+155+177=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #4F9BB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9BB1 is #B0644E. Grayscale: #868686. Windows color (decimal): -11560015 or 11639631. OLE color: 11639631.
HSL color Cylindrical-coordinate representation of color #4F9BB1: hue angle of 193.47º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F9BB1 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 155 | 177 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.31 |
| HSL | 193.47º | 0.39% | 0.5% | - |
| HSV(B) | 193.47º | 0.55% | 0.69% | - |
| XYZ | 22.88 | 28.28 | 45.85 | - |
| YUV | 134.78 | 151.82 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 155 | 177 | 0.55 | 0.12 | 0 | 0.31 | 193.47 | 0.39 | 0.5 |
| Hex | 4F | 9B | B1 | 37 | C | 0 | 1F | C1 | 27 | 32 |
| Octal | 117 | 233 | 261 | 67 | 14 | 0 | 37 | 301 | 47 | 62 |
| Binary | 1001111 | 10011011 | 10110001 | 110111 | 1100 | 0 | 11111 | 11000001 | 100111 | 110010 |
Color Harmonies of #4F9BB1
Complementary color
Monochromatic Colors of #4F9BB1
Black with #4F9BB1
Text Example
Text Example
White with #4F9BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9BB1; }
p { color: rgb(79,155,177); }
H1.HeaderClassName
{
color: #4F9BB1;
}
.AnyTagClassName
{
color: #4F9BB1;
}
</style>
background-color css
<style>
a { background-color: #4F9BB1; }
a { background-color: rgb(79,155,177); }
div.DivClassName
{
background-color: #4F9BB1;
}
.BgClassName
{
background-color: #4F9BB1;
}
</style>
border-color css
<style>
span { border-color: #4F9BB1; }
span { border-color: rgb(79,155,177); }
td.TdClassName
{
border-color: #4F9BB1;
}
.TagClassName
{
border-color: #4F9BB1;
}
</style>