Shades of Boston Blue #479AAF
Tints of Boston Blue #479AAF
RGB
CMYK
RGB Variations
Color information
#479AAF (or 0x479AAF) is known color: Boston Blue. HEX triplet: 47, 9A and AF. RGB value is (71,154,175). Sum of RGB (Red+Green+Blue) = 71+154+175=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #479AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479AAF is #B86550. Grayscale: #838383. Windows color (decimal): -12084561 or 11508295. OLE color: 11508295.
HSL color Cylindrical-coordinate representation of color #479AAF: hue angle of 192.12º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #479AAF is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 154 | 175 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.31 |
| HSL | 192.12º | 0.42% | 0.48% | - |
| HSV(B) | 192.12º | 0.59% | 0.69% | - |
| XYZ | 21.89 | 27.55 | 44.72 | - |
| YUV | 131.58 | 152.5 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 175 | 0.59 | 0.12 | 0 | 0.31 | 192.12 | 0.42 | 0.48 |
| Hex | 47 | 9A | AF | 3B | C | 0 | 1F | C0 | 2A | 30 |
| Octal | 107 | 232 | 257 | 73 | 14 | 0 | 37 | 300 | 52 | 60 |
| Binary | 1000111 | 10011010 | 10101111 | 111011 | 1100 | 0 | 11111 | 11000000 | 101010 | 110000 |
Color Harmonies of #479AAF
Complementary color
Monochromatic Colors of #479AAF
Black with #479AAF
Text Example
Text Example
White with #479AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479AAF; }
p { color: rgb(71,154,175); }
H1.HeaderClassName
{
color: #479AAF;
}
.AnyTagClassName
{
color: #479AAF;
}
</style>
background-color css
<style>
a { background-color: #479AAF; }
a { background-color: rgb(71,154,175); }
div.DivClassName
{
background-color: #479AAF;
}
.BgClassName
{
background-color: #479AAF;
}
</style>
border-color css
<style>
span { border-color: #479AAF; }
span { border-color: rgb(71,154,175); }
td.TdClassName
{
border-color: #479AAF;
}
.TagClassName
{
border-color: #479AAF;
}
</style>