Shades of Boston Blue #4799A5
Tints of Boston Blue #4799A5
RGB
CMYK
RGB Variations
Color information
#4799A5 (or 0x4799A5) is known color: Boston Blue. HEX triplet: 47, 99 and A5. RGB value is (71,153,165). Sum of RGB (Red+Green+Blue) = 71+153+165=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #4799A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4799A5 is #B8665A. Grayscale: #818181. Windows color (decimal): -12084827 or 10852679. OLE color: 10852679.
HSL color Cylindrical-coordinate representation of color #4799A5: hue angle of 187.66º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4799A5 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 153 | 165 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.35 |
| HSL | 187.66º | 0.4% | 0.46% | - |
| HSV(B) | 187.66º | 0.57% | 0.65% | - |
| XYZ | 20.78 | 26.84 | 39.68 | - |
| YUV | 129.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 165 | 0.57 | 0.07 | 0 | 0.35 | 187.66 | 0.4 | 0.46 |
| Hex | 47 | 99 | A5 | 39 | 7 | 0 | 23 | BC | 28 | 2E |
| Octal | 107 | 231 | 245 | 71 | 7 | 0 | 43 | 274 | 50 | 56 |
| Binary | 1000111 | 10011001 | 10100101 | 111001 | 111 | 0 | 100011 | 10111100 | 101000 | 101110 |
Color Harmonies of #4799A5
Complementary color
Monochromatic Colors of #4799A5
Black with #4799A5
Text Example
Text Example
White with #4799A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4799A5; }
p { color: rgb(71,153,165); }
H1.HeaderClassName
{
color: #4799A5;
}
.AnyTagClassName
{
color: #4799A5;
}
</style>
background-color css
<style>
a { background-color: #4799A5; }
a { background-color: rgb(71,153,165); }
div.DivClassName
{
background-color: #4799A5;
}
.BgClassName
{
background-color: #4799A5;
}
</style>
border-color css
<style>
span { border-color: #4799A5; }
span { border-color: rgb(71,153,165); }
td.TdClassName
{
border-color: #4799A5;
}
.TagClassName
{
border-color: #4799A5;
}
</style>