Shades of Boston Blue #4095BB
Tints of Boston Blue #4095BB
RGB
CMYK
RGB Variations
Color information
#4095BB (or 0x4095BB) is known color: Boston Blue. HEX triplet: 40, 95 and BB. RGB value is (64,149,187). Sum of RGB (Red+Green+Blue) = 64+149+187=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #4095BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4095BB is #BF6A44. Grayscale: #7F7F7F. Windows color (decimal): -12544581 or 12293440. OLE color: 12293440.
HSL color Cylindrical-coordinate representation of color #4095BB: hue angle of 198.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4095BB is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 149 | 187 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.27 |
| HSL | 198.54º | 0.49% | 0.49% | - |
| HSV(B) | 198.54º | 0.66% | 0.73% | - |
| XYZ | 21.83 | 26.17 | 50.91 | - |
| YUV | 127.92 | 161.34 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 187 | 0.66 | 0.20 | 0 | 0.27 | 198.54 | 0.49 | 0.49 |
| Hex | 40 | 95 | BB | 42 | 14 | 0 | 1B | C7 | 31 | 31 |
| Octal | 100 | 225 | 273 | 102 | 24 | 0 | 33 | 307 | 61 | 61 |
| Binary | 1000000 | 10010101 | 10111011 | 1000010 | 10100 | 0 | 11011 | 11000111 | 110001 | 110001 |
Color Harmonies of #4095BB
Complementary color
Monochromatic Colors of #4095BB
Black with #4095BB
Text Example
Text Example
White with #4095BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4095BB; }
p { color: rgb(64,149,187); }
H1.HeaderClassName
{
color: #4095BB;
}
.AnyTagClassName
{
color: #4095BB;
}
</style>
background-color css
<style>
a { background-color: #4095BB; }
a { background-color: rgb(64,149,187); }
div.DivClassName
{
background-color: #4095BB;
}
.BgClassName
{
background-color: #4095BB;
}
</style>
border-color css
<style>
span { border-color: #4095BB; }
span { border-color: rgb(64,149,187); }
td.TdClassName
{
border-color: #4095BB;
}
.TagClassName
{
border-color: #4095BB;
}
</style>