Shades of Boston Blue #4790AE
Tints of Boston Blue #4790AE
RGB
CMYK
RGB Variations
Color information
#4790AE (or 0x4790AE) is known color: Boston Blue. HEX triplet: 47, 90 and AE. RGB value is (71,144,174). Sum of RGB (Red+Green+Blue) = 71+144+174=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #4790AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4790AE is #B86F51. Grayscale: #7D7D7D. Windows color (decimal): -12087122 or 11440199. OLE color: 11440199.
HSL color Cylindrical-coordinate representation of color #4790AE: hue angle of 197.48º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4790AE is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 144 | 174 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.32 |
| HSL | 197.48º | 0.42% | 0.48% | - |
| HSV(B) | 197.48º | 0.59% | 0.68% | - |
| XYZ | 20.21 | 24.34 | 43.68 | - |
| YUV | 125.59 | 155.32 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 174 | 0.59 | 0.17 | 0 | 0.32 | 197.48 | 0.42 | 0.48 |
| Hex | 47 | 90 | AE | 3B | 11 | 0 | 20 | C5 | 2A | 30 |
| Octal | 107 | 220 | 256 | 73 | 21 | 0 | 40 | 305 | 52 | 60 |
| Binary | 1000111 | 10010000 | 10101110 | 111011 | 10001 | 0 | 100000 | 11000101 | 101010 | 110000 |
Color Harmonies of #4790AE
Complementary color
Monochromatic Colors of #4790AE
Black with #4790AE
Text Example
Text Example
White with #4790AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4790AE; }
p { color: rgb(71,144,174); }
H1.HeaderClassName
{
color: #4790AE;
}
.AnyTagClassName
{
color: #4790AE;
}
</style>
background-color css
<style>
a { background-color: #4790AE; }
a { background-color: rgb(71,144,174); }
div.DivClassName
{
background-color: #4790AE;
}
.BgClassName
{
background-color: #4790AE;
}
</style>
border-color css
<style>
span { border-color: #4790AE; }
span { border-color: rgb(71,144,174); }
td.TdClassName
{
border-color: #4790AE;
}
.TagClassName
{
border-color: #4790AE;
}
</style>