Shades of Boston Blue #4795AA
Tints of Boston Blue #4795AA
RGB
CMYK
RGB Variations
Color information
#4795AA (or 0x4795AA) is known color: Boston Blue. HEX triplet: 47, 95 and AA. RGB value is (71,149,170). Sum of RGB (Red+Green+Blue) = 71+149+170=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #4795AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4795AA is #B86A55. Grayscale: #7F7F7F. Windows color (decimal): -12085846 or 11179335. OLE color: 11179335.
HSL color Cylindrical-coordinate representation of color #4795AA: hue angle of 192.73º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4795AA is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 149 | 170 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.33 |
| HSL | 192.73º | 0.41% | 0.47% | - |
| HSV(B) | 192.73º | 0.58% | 0.67% | - |
| XYZ | 20.6 | 25.74 | 41.91 | - |
| YUV | 128.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 170 | 0.58 | 0.12 | 0 | 0.33 | 192.73 | 0.41 | 0.47 |
| Hex | 47 | 95 | AA | 3A | C | 0 | 21 | C1 | 29 | 2F |
| Octal | 107 | 225 | 252 | 72 | 14 | 0 | 41 | 301 | 51 | 57 |
| Binary | 1000111 | 10010101 | 10101010 | 111010 | 1100 | 0 | 100001 | 11000001 | 101001 | 101111 |
Color Harmonies of #4795AA
Complementary color
Monochromatic Colors of #4795AA
Black with #4795AA
Text Example
Text Example
White with #4795AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4795AA; }
p { color: rgb(71,149,170); }
H1.HeaderClassName
{
color: #4795AA;
}
.AnyTagClassName
{
color: #4795AA;
}
</style>
background-color css
<style>
a { background-color: #4795AA; }
a { background-color: rgb(71,149,170); }
div.DivClassName
{
background-color: #4795AA;
}
.BgClassName
{
background-color: #4795AA;
}
</style>
border-color css
<style>
span { border-color: #4795AA; }
span { border-color: rgb(71,149,170); }
td.TdClassName
{
border-color: #4795AA;
}
.TagClassName
{
border-color: #4795AA;
}
</style>