Shades of Boston Blue #4091AA
Tints of Boston Blue #4091AA
RGB
CMYK
RGB Variations
Color information
#4091AA (or 0x4091AA) is known color: Boston Blue. HEX triplet: 40, 91 and AA. RGB value is (64,145,170). Sum of RGB (Red+Green+Blue) = 64+145+170=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #4091AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4091AA is #BF6E55. Grayscale: #7B7B7B. Windows color (decimal): -12545622 or 11178304. OLE color: 11178304.
HSL color Cylindrical-coordinate representation of color #4091AA: hue angle of 194.15º 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 #4091AA is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 145 | 170 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.33 |
| HSL | 194.15º | 0.45% | 0.46% | - |
| HSV(B) | 194.15º | 0.62% | 0.67% | - |
| XYZ | 19.5 | 24.24 | 41.68 | - |
| YUV | 123.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 170 | 0.62 | 0.15 | 0 | 0.33 | 194.15 | 0.45 | 0.46 |
| Hex | 40 | 91 | AA | 3E | F | 0 | 21 | C2 | 2D | 2E |
| Octal | 100 | 221 | 252 | 76 | 17 | 0 | 41 | 302 | 55 | 56 |
| Binary | 1000000 | 10010001 | 10101010 | 111110 | 1111 | 0 | 100001 | 11000010 | 101101 | 101110 |
Color Harmonies of #4091AA
Complementary color
Monochromatic Colors of #4091AA
Black with #4091AA
Text Example
Text Example
White with #4091AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4091AA; }
p { color: rgb(64,145,170); }
H1.HeaderClassName
{
color: #4091AA;
}
.AnyTagClassName
{
color: #4091AA;
}
</style>
background-color css
<style>
a { background-color: #4091AA; }
a { background-color: rgb(64,145,170); }
div.DivClassName
{
background-color: #4091AA;
}
.BgClassName
{
background-color: #4091AA;
}
</style>
border-color css
<style>
span { border-color: #4091AA; }
span { border-color: rgb(64,145,170); }
td.TdClassName
{
border-color: #4091AA;
}
.TagClassName
{
border-color: #4091AA;
}
</style>