Shades of Boston Blue #479AB2
Tints of Boston Blue #479AB2
RGB
CMYK
RGB Variations
Color information
#479AB2 (or 0x479AB2) is known color: Boston Blue. HEX triplet: 47, 9A and B2. RGB value is (71,154,178). Sum of RGB (Red+Green+Blue) = 71+154+178=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #479AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479AB2 is #B8654D. Grayscale: #838383. Windows color (decimal): -12084558 or 11704903. OLE color: 11704903.
HSL color Cylindrical-coordinate representation of color #479AB2: hue angle of 193.46º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #479AB2 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 154 | 178 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.30 |
| HSL | 193.46º | 0.43% | 0.49% | - |
| HSV(B) | 193.46º | 0.6% | 0.7% | - |
| XYZ | 22.19 | 27.67 | 46.29 | - |
| YUV | 131.92 | 154 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 178 | 0.60 | 0.13 | 0 | 0.30 | 193.46 | 0.43 | 0.49 |
| Hex | 47 | 9A | B2 | 3C | D | 0 | 1E | C1 | 2B | 31 |
| Octal | 107 | 232 | 262 | 74 | 15 | 0 | 36 | 301 | 53 | 61 |
| Binary | 1000111 | 10011010 | 10110010 | 111100 | 1101 | 0 | 11110 | 11000001 | 101011 | 110001 |
Color Harmonies of #479AB2
Complementary color
Monochromatic Colors of #479AB2
Black with #479AB2
Text Example
Text Example
White with #479AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479AB2; }
p { color: rgb(71,154,178); }
H1.HeaderClassName
{
color: #479AB2;
}
.AnyTagClassName
{
color: #479AB2;
}
</style>
background-color css
<style>
a { background-color: #479AB2; }
a { background-color: rgb(71,154,178); }
div.DivClassName
{
background-color: #479AB2;
}
.BgClassName
{
background-color: #479AB2;
}
</style>
border-color css
<style>
span { border-color: #479AB2; }
span { border-color: rgb(71,154,178); }
td.TdClassName
{
border-color: #479AB2;
}
.TagClassName
{
border-color: #479AB2;
}
</style>