Shades of Boston Blue #4091AB
Tints of Boston Blue #4091AB
RGB
CMYK
RGB Variations
Color information
#4091AB (or 0x4091AB) is known color: Boston Blue. HEX triplet: 40, 91 and AB. RGB value is (64,145,171). Sum of RGB (Red+Green+Blue) = 64+145+171=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #4091AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4091AB is #BF6E54. Grayscale: #7B7B7B. Windows color (decimal): -12545621 or 11243840. OLE color: 11243840.
HSL color Cylindrical-coordinate representation of color #4091AB: hue angle of 194.58º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4091AB is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 145 | 171 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.33 |
| HSL | 194.58º | 0.46% | 0.46% | - |
| HSV(B) | 194.58º | 0.63% | 0.67% | - |
| XYZ | 19.59 | 24.28 | 42.18 | - |
| YUV | 123.75 | 154.66 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 171 | 0.63 | 0.15 | 0 | 0.33 | 194.58 | 0.46 | 0.46 |
| Hex | 40 | 91 | AB | 3F | F | 0 | 21 | C3 | 2E | 2E |
| Octal | 100 | 221 | 253 | 77 | 17 | 0 | 41 | 303 | 56 | 56 |
| Binary | 1000000 | 10010001 | 10101011 | 111111 | 1111 | 0 | 100001 | 11000011 | 101110 | 101110 |
Color Harmonies of #4091AB
Complementary color
Monochromatic Colors of #4091AB
Black with #4091AB
Text Example
Text Example
White with #4091AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4091AB; }
p { color: rgb(64,145,171); }
H1.HeaderClassName
{
color: #4091AB;
}
.AnyTagClassName
{
color: #4091AB;
}
</style>
background-color css
<style>
a { background-color: #4091AB; }
a { background-color: rgb(64,145,171); }
div.DivClassName
{
background-color: #4091AB;
}
.BgClassName
{
background-color: #4091AB;
}
</style>
border-color css
<style>
span { border-color: #4091AB; }
span { border-color: rgb(64,145,171); }
td.TdClassName
{
border-color: #4091AB;
}
.TagClassName
{
border-color: #4091AB;
}
</style>