Shades of Boston Blue #4099AC
Tints of Boston Blue #4099AC
RGB
CMYK
RGB Variations
Color information
#4099AC (or 0x4099AC) is known color: Boston Blue. HEX triplet: 40, 99 and AC. RGB value is (64,153,172). Sum of RGB (Red+Green+Blue) = 64+153+172=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #4099AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4099AC is #BF6653. Grayscale: #808080. Windows color (decimal): -12543572 or 11311424. OLE color: 11311424.
HSL color Cylindrical-coordinate representation of color #4099AC: hue angle of 190.56º 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 #4099AC is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 153 | 172 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.33 |
| HSL | 190.56º | 0.46% | 0.46% | - |
| HSV(B) | 190.56º | 0.63% | 0.67% | - |
| XYZ | 20.95 | 26.85 | 43.11 | - |
| YUV | 128.56 | 152.51 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 172 | 0.63 | 0.11 | 0 | 0.33 | 190.56 | 0.46 | 0.46 |
| Hex | 40 | 99 | AC | 3F | B | 0 | 21 | BF | 2E | 2E |
| Octal | 100 | 231 | 254 | 77 | 13 | 0 | 41 | 277 | 56 | 56 |
| Binary | 1000000 | 10011001 | 10101100 | 111111 | 1011 | 0 | 100001 | 10111111 | 101110 | 101110 |
Color Harmonies of #4099AC
Complementary color
Monochromatic Colors of #4099AC
Black with #4099AC
Text Example
Text Example
White with #4099AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4099AC; }
p { color: rgb(64,153,172); }
H1.HeaderClassName
{
color: #4099AC;
}
.AnyTagClassName
{
color: #4099AC;
}
</style>
background-color css
<style>
a { background-color: #4099AC; }
a { background-color: rgb(64,153,172); }
div.DivClassName
{
background-color: #4099AC;
}
.BgClassName
{
background-color: #4099AC;
}
</style>
border-color css
<style>
span { border-color: #4099AC; }
span { border-color: rgb(64,153,172); }
td.TdClassName
{
border-color: #4099AC;
}
.TagClassName
{
border-color: #4099AC;
}
</style>