Shades of Boston Blue #4099BC
Tints of Boston Blue #4099BC
RGB
CMYK
RGB Variations
Color information
#4099BC (or 0x4099BC) is known color: Boston Blue. HEX triplet: 40, 99 and BC. RGB value is (64,153,188). Sum of RGB (Red+Green+Blue) = 64+153+188=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #4099BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4099BC is #BF6643. Grayscale: #828282. Windows color (decimal): -12543556 or 12360000. OLE color: 12360000.
HSL color Cylindrical-coordinate representation of color #4099BC: hue angle of 196.94º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4099BC is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 153 | 188 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.26 |
| HSL | 196.94º | 0.49% | 0.49% | - |
| HSV(B) | 196.94º | 0.66% | 0.74% | - |
| XYZ | 22.58 | 27.5 | 51.7 | - |
| YUV | 130.38 | 160.51 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 188 | 0.66 | 0.19 | 0 | 0.26 | 196.94 | 0.49 | 0.49 |
| Hex | 40 | 99 | BC | 42 | 13 | 0 | 1A | C5 | 31 | 31 |
| Octal | 100 | 231 | 274 | 102 | 23 | 0 | 32 | 305 | 61 | 61 |
| Binary | 1000000 | 10011001 | 10111100 | 1000010 | 10011 | 0 | 11010 | 11000101 | 110001 | 110001 |
Color Harmonies of #4099BC
Complementary color
Monochromatic Colors of #4099BC
Black with #4099BC
Text Example
Text Example
White with #4099BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4099BC; }
p { color: rgb(64,153,188); }
H1.HeaderClassName
{
color: #4099BC;
}
.AnyTagClassName
{
color: #4099BC;
}
</style>
background-color css
<style>
a { background-color: #4099BC; }
a { background-color: rgb(64,153,188); }
div.DivClassName
{
background-color: #4099BC;
}
.BgClassName
{
background-color: #4099BC;
}
</style>
border-color css
<style>
span { border-color: #4099BC; }
span { border-color: rgb(64,153,188); }
td.TdClassName
{
border-color: #4099BC;
}
.TagClassName
{
border-color: #4099BC;
}
</style>