Shades of Boston Blue #4091AF
Tints of Boston Blue #4091AF
RGB
CMYK
RGB Variations
Color information
#4091AF (or 0x4091AF) is known color: Boston Blue. HEX triplet: 40, 91 and AF. RGB value is (64,145,175). Sum of RGB (Red+Green+Blue) = 64+145+175=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #4091AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4091AF is #BF6E50. Grayscale: #7C7C7C. Windows color (decimal): -12545617 or 11505984. OLE color: 11505984.
HSL color Cylindrical-coordinate representation of color #4091AF: hue angle of 196.22º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4091AF is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 145 | 175 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.31 |
| HSL | 196.22º | 0.46% | 0.47% | - |
| HSV(B) | 196.22º | 0.63% | 0.69% | - |
| XYZ | 19.98 | 24.44 | 44.22 | - |
| YUV | 124.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 175 | 0.63 | 0.17 | 0 | 0.31 | 196.22 | 0.46 | 0.47 |
| Hex | 40 | 91 | AF | 3F | 11 | 0 | 1F | C4 | 2E | 2F |
| Octal | 100 | 221 | 257 | 77 | 21 | 0 | 37 | 304 | 56 | 57 |
| Binary | 1000000 | 10010001 | 10101111 | 111111 | 10001 | 0 | 11111 | 11000100 | 101110 | 101111 |
Color Harmonies of #4091AF
Complementary color
Monochromatic Colors of #4091AF
Black with #4091AF
Text Example
Text Example
White with #4091AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4091AF; }
p { color: rgb(64,145,175); }
H1.HeaderClassName
{
color: #4091AF;
}
.AnyTagClassName
{
color: #4091AF;
}
</style>
background-color css
<style>
a { background-color: #4091AF; }
a { background-color: rgb(64,145,175); }
div.DivClassName
{
background-color: #4091AF;
}
.BgClassName
{
background-color: #4091AF;
}
</style>
border-color css
<style>
span { border-color: #4091AF; }
span { border-color: rgb(64,145,175); }
td.TdClassName
{
border-color: #4091AF;
}
.TagClassName
{
border-color: #4091AF;
}
</style>