Shades of Boston Blue #4089AD
Tints of Boston Blue #4089AD
RGB
CMYK
RGB Variations
Color information
#4089AD (or 0x4089AD) is known color: Boston Blue. HEX triplet: 40, 89 and AD. RGB value is (64,137,173). Sum of RGB (Red+Green+Blue) = 64+137+173=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #4089AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4089AD is #BF7652. Grayscale: #777777. Windows color (decimal): -12547667 or 11372864. OLE color: 11372864.
HSL color Cylindrical-coordinate representation of color #4089AD: hue angle of 199.82º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4089AD is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 137 | 173 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.32 |
| HSL | 199.82º | 0.46% | 0.46% | - |
| HSV(B) | 199.82º | 0.63% | 0.68% | - |
| XYZ | 18.6 | 22 | 42.8 | - |
| YUV | 119.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 173 | 0.63 | 0.21 | 0 | 0.32 | 199.82 | 0.46 | 0.46 |
| Hex | 40 | 89 | AD | 3F | 15 | 0 | 20 | C8 | 2E | 2E |
| Octal | 100 | 211 | 255 | 77 | 25 | 0 | 40 | 310 | 56 | 56 |
| Binary | 1000000 | 10001001 | 10101101 | 111111 | 10101 | 0 | 100000 | 11001000 | 101110 | 101110 |
Color Harmonies of #4089AD
Complementary color
Monochromatic Colors of #4089AD
Black with #4089AD
Text Example
Text Example
White with #4089AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4089AD; }
p { color: rgb(64,137,173); }
H1.HeaderClassName
{
color: #4089AD;
}
.AnyTagClassName
{
color: #4089AD;
}
</style>
background-color css
<style>
a { background-color: #4089AD; }
a { background-color: rgb(64,137,173); }
div.DivClassName
{
background-color: #4089AD;
}
.BgClassName
{
background-color: #4089AD;
}
</style>
border-color css
<style>
span { border-color: #4089AD; }
span { border-color: rgb(64,137,173); }
td.TdClassName
{
border-color: #4089AD;
}
.TagClassName
{
border-color: #4089AD;
}
</style>