Shades of Boston Blue #4099BD
Tints of Boston Blue #4099BD
RGB
CMYK
RGB Variations
Color information
#4099BD (or 0x4099BD) is known color: Boston Blue. HEX triplet: 40, 99 and BD. RGB value is (64,153,189). Sum of RGB (Red+Green+Blue) = 64+153+189=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #4099BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4099BD is #BF6642. Grayscale: #828282. Windows color (decimal): -12543555 or 12425536. OLE color: 12425536.
HSL color Cylindrical-coordinate representation of color #4099BD: hue angle of 197.28º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4099BD is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 153 | 189 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.26 |
| HSL | 197.28º | 0.49% | 0.5% | - |
| HSV(B) | 197.28º | 0.66% | 0.74% | - |
| XYZ | 22.69 | 27.55 | 52.27 | - |
| YUV | 130.49 | 161.01 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 189 | 0.66 | 0.19 | 0 | 0.26 | 197.28 | 0.49 | 0.5 |
| Hex | 40 | 99 | BD | 42 | 13 | 0 | 1A | C5 | 31 | 32 |
| Octal | 100 | 231 | 275 | 102 | 23 | 0 | 32 | 305 | 61 | 62 |
| Binary | 1000000 | 10011001 | 10111101 | 1000010 | 10011 | 0 | 11010 | 11000101 | 110001 | 110010 |
Color Harmonies of #4099BD
Complementary color
Monochromatic Colors of #4099BD
Black with #4099BD
Text Example
Text Example
White with #4099BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4099BD; }
p { color: rgb(64,153,189); }
H1.HeaderClassName
{
color: #4099BD;
}
.AnyTagClassName
{
color: #4099BD;
}
</style>
background-color css
<style>
a { background-color: #4099BD; }
a { background-color: rgb(64,153,189); }
div.DivClassName
{
background-color: #4099BD;
}
.BgClassName
{
background-color: #4099BD;
}
</style>
border-color css
<style>
span { border-color: #4099BD; }
span { border-color: rgb(64,153,189); }
td.TdClassName
{
border-color: #4099BD;
}
.TagClassName
{
border-color: #4099BD;
}
</style>