Shades of Boston Blue #4089AC
Tints of Boston Blue #4089AC
RGB
CMYK
RGB Variations
Color information
#4089AC (or 0x4089AC) is known color: Boston Blue. HEX triplet: 40, 89 and AC. RGB value is (64,137,172). Sum of RGB (Red+Green+Blue) = 64+137+172=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #4089AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4089AC is #BF7653. Grayscale: #767676. Windows color (decimal): -12547668 or 11307328. OLE color: 11307328.
HSL color Cylindrical-coordinate representation of color #4089AC: hue angle of 199.44º 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 #4089AC is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 137 | 172 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.33 |
| HSL | 199.44º | 0.46% | 0.46% | - |
| HSV(B) | 199.44º | 0.63% | 0.67% | - |
| XYZ | 18.51 | 21.96 | 42.29 | - |
| YUV | 119.16 | 157.82 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 172 | 0.63 | 0.20 | 0 | 0.33 | 199.44 | 0.46 | 0.46 |
| Hex | 40 | 89 | AC | 3F | 14 | 0 | 21 | C7 | 2E | 2E |
| Octal | 100 | 211 | 254 | 77 | 24 | 0 | 41 | 307 | 56 | 56 |
| Binary | 1000000 | 10001001 | 10101100 | 111111 | 10100 | 0 | 100001 | 11000111 | 101110 | 101110 |
Color Harmonies of #4089AC
Complementary color
Monochromatic Colors of #4089AC
Black with #4089AC
Text Example
Text Example
White with #4089AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4089AC; }
p { color: rgb(64,137,172); }
H1.HeaderClassName
{
color: #4089AC;
}
.AnyTagClassName
{
color: #4089AC;
}
</style>
background-color css
<style>
a { background-color: #4089AC; }
a { background-color: rgb(64,137,172); }
div.DivClassName
{
background-color: #4089AC;
}
.BgClassName
{
background-color: #4089AC;
}
</style>
border-color css
<style>
span { border-color: #4089AC; }
span { border-color: rgb(64,137,172); }
td.TdClassName
{
border-color: #4089AC;
}
.TagClassName
{
border-color: #4089AC;
}
</style>