Shades of Boston Blue #4F91AE
Tints of Boston Blue #4F91AE
RGB
CMYK
RGB Variations
Color information
#4F91AE (or 0x4F91AE) is known color: Boston Blue. HEX triplet: 4F, 91 and AE. RGB value is (79,145,174). Sum of RGB (Red+Green+Blue) = 79+145+174=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F91AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F91AE is #B06E51. Grayscale: #808080. Windows color (decimal): -11562578 or 11440463. OLE color: 11440463.
HSL color Cylindrical-coordinate representation of color #4F91AE: hue angle of 198.32º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F91AE is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 145 | 174 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.32 |
| HSL | 198.32º | 0.38% | 0.5% | - |
| HSV(B) | 198.32º | 0.55% | 0.68% | - |
| XYZ | 20.99 | 24.97 | 43.76 | - |
| YUV | 128.57 | 153.63 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 174 | 0.55 | 0.17 | 0 | 0.32 | 198.32 | 0.38 | 0.5 |
| Hex | 4F | 91 | AE | 37 | 11 | 0 | 20 | C6 | 26 | 32 |
| Octal | 117 | 221 | 256 | 67 | 21 | 0 | 40 | 306 | 46 | 62 |
| Binary | 1001111 | 10010001 | 10101110 | 110111 | 10001 | 0 | 100000 | 11000110 | 100110 | 110010 |
Color Harmonies of #4F91AE
Complementary color
Monochromatic Colors of #4F91AE
Black with #4F91AE
Text Example
Text Example
White with #4F91AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F91AE; }
p { color: rgb(79,145,174); }
H1.HeaderClassName
{
color: #4F91AE;
}
.AnyTagClassName
{
color: #4F91AE;
}
</style>
background-color css
<style>
a { background-color: #4F91AE; }
a { background-color: rgb(79,145,174); }
div.DivClassName
{
background-color: #4F91AE;
}
.BgClassName
{
background-color: #4F91AE;
}
</style>
border-color css
<style>
span { border-color: #4F91AE; }
span { border-color: rgb(79,145,174); }
td.TdClassName
{
border-color: #4F91AE;
}
.TagClassName
{
border-color: #4F91AE;
}
</style>