Shades of Boston Blue #4099BA
Tints of Boston Blue #4099BA
RGB
CMYK
RGB Variations
Color information
#4099BA (or 0x4099BA) is known color: Boston Blue. HEX triplet: 40, 99 and BA. RGB value is (64,153,186). Sum of RGB (Red+Green+Blue) = 64+153+186=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #4099BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4099BA is #BF6645. Grayscale: #818181. Windows color (decimal): -12543558 or 12228928. OLE color: 12228928.
HSL color Cylindrical-coordinate representation of color #4099BA: hue angle of 196.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4099BA is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 153 | 186 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.27 |
| HSL | 196.23º | 0.49% | 0.49% | - |
| HSV(B) | 196.23º | 0.66% | 0.73% | - |
| XYZ | 22.37 | 27.42 | 50.57 | - |
| YUV | 130.15 | 159.51 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 186 | 0.66 | 0.18 | 0 | 0.27 | 196.23 | 0.49 | 0.49 |
| Hex | 40 | 99 | BA | 42 | 12 | 0 | 1B | C4 | 31 | 31 |
| Octal | 100 | 231 | 272 | 102 | 22 | 0 | 33 | 304 | 61 | 61 |
| Binary | 1000000 | 10011001 | 10111010 | 1000010 | 10010 | 0 | 11011 | 11000100 | 110001 | 110001 |
Color Harmonies of #4099BA
Complementary color
Monochromatic Colors of #4099BA
Black with #4099BA
Text Example
Text Example
White with #4099BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4099BA; }
p { color: rgb(64,153,186); }
H1.HeaderClassName
{
color: #4099BA;
}
.AnyTagClassName
{
color: #4099BA;
}
</style>
background-color css
<style>
a { background-color: #4099BA; }
a { background-color: rgb(64,153,186); }
div.DivClassName
{
background-color: #4099BA;
}
.BgClassName
{
background-color: #4099BA;
}
</style>
border-color css
<style>
span { border-color: #4099BA; }
span { border-color: rgb(64,153,186); }
td.TdClassName
{
border-color: #4099BA;
}
.TagClassName
{
border-color: #4099BA;
}
</style>