Shades of Boston Blue #4F98AA
Tints of Boston Blue #4F98AA
RGB
CMYK
RGB Variations
Color information
#4F98AA (or 0x4F98AA) is known color: Boston Blue. HEX triplet: 4F, 98 and AA. RGB value is (79,152,170). Sum of RGB (Red+Green+Blue) = 79+152+170=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F98AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F98AA is #B06755. Grayscale: #848484. Windows color (decimal): -11560790 or 11180111. OLE color: 11180111.
HSL color Cylindrical-coordinate representation of color #4F98AA: hue angle of 191.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F98AA is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 152 | 170 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.33 |
| HSL | 191.87º | 0.37% | 0.49% | - |
| HSV(B) | 191.87º | 0.54% | 0.67% | - |
| XYZ | 21.71 | 27.02 | 42.1 | - |
| YUV | 132.23 | 149.32 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 152 | 170 | 0.54 | 0.11 | 0 | 0.33 | 191.87 | 0.37 | 0.49 |
| Hex | 4F | 98 | AA | 36 | B | 0 | 21 | C0 | 25 | 31 |
| Octal | 117 | 230 | 252 | 66 | 13 | 0 | 41 | 300 | 45 | 61 |
| Binary | 1001111 | 10011000 | 10101010 | 110110 | 1011 | 0 | 100001 | 11000000 | 100101 | 110001 |
Color Harmonies of #4F98AA
Complementary color
Monochromatic Colors of #4F98AA
Black with #4F98AA
Text Example
Text Example
White with #4F98AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F98AA; }
p { color: rgb(79,152,170); }
H1.HeaderClassName
{
color: #4F98AA;
}
.AnyTagClassName
{
color: #4F98AA;
}
</style>
background-color css
<style>
a { background-color: #4F98AA; }
a { background-color: rgb(79,152,170); }
div.DivClassName
{
background-color: #4F98AA;
}
.BgClassName
{
background-color: #4F98AA;
}
</style>
border-color css
<style>
span { border-color: #4F98AA; }
span { border-color: rgb(79,152,170); }
td.TdClassName
{
border-color: #4F98AA;
}
.TagClassName
{
border-color: #4F98AA;
}
</style>