Shades of Boston Blue #4094AA
Tints of Boston Blue #4094AA
RGB
CMYK
RGB Variations
Color information
#4094AA (or 0x4094AA) is known color: Boston Blue. HEX triplet: 40, 94 and AA. RGB value is (64,148,170). Sum of RGB (Red+Green+Blue) = 64+148+170=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #4094AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4094AA is #BF6B55. Grayscale: #7D7D7D. Windows color (decimal): -12544854 or 11179072. OLE color: 11179072.
HSL color Cylindrical-coordinate representation of color #4094AA: hue angle of 192.45º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4094AA is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 148 | 170 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.33 |
| HSL | 192.45º | 0.45% | 0.46% | - |
| HSV(B) | 192.45º | 0.62% | 0.67% | - |
| XYZ | 19.96 | 25.17 | 41.84 | - |
| YUV | 125.39 | 153.17 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 170 | 0.62 | 0.13 | 0 | 0.33 | 192.45 | 0.45 | 0.46 |
| Hex | 40 | 94 | AA | 3E | D | 0 | 21 | C0 | 2D | 2E |
| Octal | 100 | 224 | 252 | 76 | 15 | 0 | 41 | 300 | 55 | 56 |
| Binary | 1000000 | 10010100 | 10101010 | 111110 | 1101 | 0 | 100001 | 11000000 | 101101 | 101110 |
Color Harmonies of #4094AA
Complementary color
Monochromatic Colors of #4094AA
Black with #4094AA
Text Example
Text Example
White with #4094AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4094AA; }
p { color: rgb(64,148,170); }
H1.HeaderClassName
{
color: #4094AA;
}
.AnyTagClassName
{
color: #4094AA;
}
</style>
background-color css
<style>
a { background-color: #4094AA; }
a { background-color: rgb(64,148,170); }
div.DivClassName
{
background-color: #4094AA;
}
.BgClassName
{
background-color: #4094AA;
}
</style>
border-color css
<style>
span { border-color: #4094AA; }
span { border-color: rgb(64,148,170); }
td.TdClassName
{
border-color: #4094AA;
}
.TagClassName
{
border-color: #4094AA;
}
</style>