Shades of Boston Blue #4595BB
Tints of Boston Blue #4595BB
RGB
CMYK
RGB Variations
Color information
#4595BB (or 0x4595BB) is known color: Boston Blue. HEX triplet: 45, 95 and BB. RGB value is (69,149,187). Sum of RGB (Red+Green+Blue) = 69+149+187=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #4595BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4595BB is #BA6A44. Grayscale: #818181. Windows color (decimal): -12216901 or 12293445. OLE color: 12293445.
HSL color Cylindrical-coordinate representation of color #4595BB: hue angle of 199.32º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4595BB is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 149 | 187 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.27 |
| HSL | 199.32º | 0.46% | 0.5% | - |
| HSV(B) | 199.32º | 0.63% | 0.73% | - |
| XYZ | 22.17 | 26.35 | 50.93 | - |
| YUV | 129.41 | 160.5 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 149 | 187 | 0.63 | 0.20 | 0 | 0.27 | 199.32 | 0.46 | 0.5 |
| Hex | 45 | 95 | BB | 3F | 14 | 0 | 1B | C7 | 2E | 32 |
| Octal | 105 | 225 | 273 | 77 | 24 | 0 | 33 | 307 | 56 | 62 |
| Binary | 1000101 | 10010101 | 10111011 | 111111 | 10100 | 0 | 11011 | 11000111 | 101110 | 110010 |
Color Harmonies of #4595BB
Complementary color
Monochromatic Colors of #4595BB
Black with #4595BB
Text Example
Text Example
White with #4595BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4595BB; }
p { color: rgb(69,149,187); }
H1.HeaderClassName
{
color: #4595BB;
}
.AnyTagClassName
{
color: #4595BB;
}
</style>
background-color css
<style>
a { background-color: #4595BB; }
a { background-color: rgb(69,149,187); }
div.DivClassName
{
background-color: #4595BB;
}
.BgClassName
{
background-color: #4595BB;
}
</style>
border-color css
<style>
span { border-color: #4595BB; }
span { border-color: rgb(69,149,187); }
td.TdClassName
{
border-color: #4595BB;
}
.TagClassName
{
border-color: #4595BB;
}
</style>