Shades of Boston Blue #4A9BAE
Tints of Boston Blue #4A9BAE
RGB
CMYK
RGB Variations
Color information
#4A9BAE (or 0x4A9BAE) is known color: Boston Blue. HEX triplet: 4A, 9B and AE. RGB value is (74,155,174). Sum of RGB (Red+Green+Blue) = 74+155+174=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A9BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9BAE is #B56451. Grayscale: #848484. Windows color (decimal): -11887698 or 11443018. OLE color: 11443018.
HSL color Cylindrical-coordinate representation of color #4A9BAE: hue angle of 191.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A9BAE is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 155 | 174 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.32 |
| HSL | 191.4º | 0.4% | 0.49% | - |
| HSV(B) | 191.4º | 0.57% | 0.68% | - |
| XYZ | 22.19 | 27.95 | 44.27 | - |
| YUV | 132.95 | 151.16 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 155 | 174 | 0.57 | 0.11 | 0 | 0.32 | 191.4 | 0.4 | 0.49 |
| Hex | 4A | 9B | AE | 39 | B | 0 | 20 | BF | 28 | 31 |
| Octal | 112 | 233 | 256 | 71 | 13 | 0 | 40 | 277 | 50 | 61 |
| Binary | 1001010 | 10011011 | 10101110 | 111001 | 1011 | 0 | 100000 | 10111111 | 101000 | 110001 |
Color Harmonies of #4A9BAE
Complementary color
Monochromatic Colors of #4A9BAE
Black with #4A9BAE
Text Example
Text Example
White with #4A9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9BAE; }
p { color: rgb(74,155,174); }
H1.HeaderClassName
{
color: #4A9BAE;
}
.AnyTagClassName
{
color: #4A9BAE;
}
</style>
background-color css
<style>
a { background-color: #4A9BAE; }
a { background-color: rgb(74,155,174); }
div.DivClassName
{
background-color: #4A9BAE;
}
.BgClassName
{
background-color: #4A9BAE;
}
</style>
border-color css
<style>
span { border-color: #4A9BAE; }
span { border-color: rgb(74,155,174); }
td.TdClassName
{
border-color: #4A9BAE;
}
.TagClassName
{
border-color: #4A9BAE;
}
</style>