Shades of Boston Blue #4187AD
Tints of Boston Blue #4187AD
RGB
CMYK
RGB Variations
Color information
#4187AD (or 0x4187AD) is known color: Boston Blue. HEX triplet: 41, 87 and AD. RGB value is (65,135,173). Sum of RGB (Red+Green+Blue) = 65+135+173=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #4187AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4187AD is #BE7852. Grayscale: #767676. Windows color (decimal): -12482643 or 11372353. OLE color: 11372353.
HSL color Cylindrical-coordinate representation of color #4187AD: hue angle of 201.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4187AD is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 135 | 173 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.32 |
| HSL | 201.11º | 0.45% | 0.47% | - |
| HSV(B) | 201.11º | 0.62% | 0.68% | - |
| XYZ | 18.39 | 21.47 | 42.71 | - |
| YUV | 118.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 135 | 173 | 0.62 | 0.22 | 0 | 0.32 | 201.11 | 0.45 | 0.47 |
| Hex | 41 | 87 | AD | 3E | 16 | 0 | 20 | C9 | 2D | 2F |
| Octal | 101 | 207 | 255 | 76 | 26 | 0 | 40 | 311 | 55 | 57 |
| Binary | 1000001 | 10000111 | 10101101 | 111110 | 10110 | 0 | 100000 | 11001001 | 101101 | 101111 |
Color Harmonies of #4187AD
Complementary color
Monochromatic Colors of #4187AD
Black with #4187AD
Text Example
Text Example
White with #4187AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4187AD; }
p { color: rgb(65,135,173); }
H1.HeaderClassName
{
color: #4187AD;
}
.AnyTagClassName
{
color: #4187AD;
}
</style>
background-color css
<style>
a { background-color: #4187AD; }
a { background-color: rgb(65,135,173); }
div.DivClassName
{
background-color: #4187AD;
}
.BgClassName
{
background-color: #4187AD;
}
</style>
border-color css
<style>
span { border-color: #4187AD; }
span { border-color: rgb(65,135,173); }
td.TdClassName
{
border-color: #4187AD;
}
.TagClassName
{
border-color: #4187AD;
}
</style>