Shades of Boston Blue #4598BA
Tints of Boston Blue #4598BA
RGB
CMYK
RGB Variations
Color information
#4598BA (or 0x4598BA) is known color: Boston Blue. HEX triplet: 45, 98 and BA. RGB value is (69,152,186). Sum of RGB (Red+Green+Blue) = 69+152+186=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #4598BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4598BA is #BA6745. Grayscale: #828282. Windows color (decimal): -12216134 or 12228677. OLE color: 12228677.
HSL color Cylindrical-coordinate representation of color #4598BA: hue angle of 197.44º 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 #4598BA is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 152 | 186 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.27 |
| HSL | 197.44º | 0.46% | 0.5% | - |
| HSV(B) | 197.44º | 0.63% | 0.73% | - |
| XYZ | 22.55 | 27.27 | 50.53 | - |
| YUV | 131.06 | 159 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 152 | 186 | 0.63 | 0.18 | 0 | 0.27 | 197.44 | 0.46 | 0.5 |
| Hex | 45 | 98 | BA | 3F | 12 | 0 | 1B | C5 | 2E | 32 |
| Octal | 105 | 230 | 272 | 77 | 22 | 0 | 33 | 305 | 56 | 62 |
| Binary | 1000101 | 10011000 | 10111010 | 111111 | 10010 | 0 | 11011 | 11000101 | 101110 | 110010 |
Color Harmonies of #4598BA
Complementary color
Monochromatic Colors of #4598BA
Black with #4598BA
Text Example
Text Example
White with #4598BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4598BA; }
p { color: rgb(69,152,186); }
H1.HeaderClassName
{
color: #4598BA;
}
.AnyTagClassName
{
color: #4598BA;
}
</style>
background-color css
<style>
a { background-color: #4598BA; }
a { background-color: rgb(69,152,186); }
div.DivClassName
{
background-color: #4598BA;
}
.BgClassName
{
background-color: #4598BA;
}
</style>
border-color css
<style>
span { border-color: #4598BA; }
span { border-color: rgb(69,152,186); }
td.TdClassName
{
border-color: #4598BA;
}
.TagClassName
{
border-color: #4598BA;
}
</style>