Shades of Boston Blue #4595BC
Tints of Boston Blue #4595BC
RGB
CMYK
RGB Variations
Color information
#4595BC (or 0x4595BC) is known color: Boston Blue. HEX triplet: 45, 95 and BC. RGB value is (69,149,188). Sum of RGB (Red+Green+Blue) = 69+149+188=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #4595BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4595BC is #BA6A43. Grayscale: #818181. Windows color (decimal): -12216900 or 12358981. OLE color: 12358981.
HSL color Cylindrical-coordinate representation of color #4595BC: hue angle of 199.66º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4595BC is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 149 | 188 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.26 |
| HSL | 199.66º | 0.47% | 0.5% | - |
| HSV(B) | 199.66º | 0.63% | 0.74% | - |
| XYZ | 22.28 | 26.39 | 51.5 | - |
| YUV | 129.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 149 | 188 | 0.63 | 0.21 | 0 | 0.26 | 199.66 | 0.47 | 0.5 |
| Hex | 45 | 95 | BC | 3F | 15 | 0 | 1A | C8 | 2F | 32 |
| Octal | 105 | 225 | 274 | 77 | 25 | 0 | 32 | 310 | 57 | 62 |
| Binary | 1000101 | 10010101 | 10111100 | 111111 | 10101 | 0 | 11010 | 11001000 | 101111 | 110010 |
Color Harmonies of #4595BC
Complementary color
Monochromatic Colors of #4595BC
Black with #4595BC
Text Example
Text Example
White with #4595BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4595BC; }
p { color: rgb(69,149,188); }
H1.HeaderClassName
{
color: #4595BC;
}
.AnyTagClassName
{
color: #4595BC;
}
</style>
background-color css
<style>
a { background-color: #4595BC; }
a { background-color: rgb(69,149,188); }
div.DivClassName
{
background-color: #4595BC;
}
.BgClassName
{
background-color: #4595BC;
}
</style>
border-color css
<style>
span { border-color: #4595BC; }
span { border-color: rgb(69,149,188); }
td.TdClassName
{
border-color: #4595BC;
}
.TagClassName
{
border-color: #4595BC;
}
</style>