Shades of Boston Blue #4598B0
Tints of Boston Blue #4598B0
RGB
CMYK
RGB Variations
Color information
#4598B0 (or 0x4598B0) is known color: Boston Blue. HEX triplet: 45, 98 and B0. RGB value is (69,152,176). Sum of RGB (Red+Green+Blue) = 69+152+176=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 176 - color contains mainly: blue. Hex color #4598B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4598B0 is #BA674F. Grayscale: #818181. Windows color (decimal): -12216144 or 11573317. OLE color: 11573317.
HSL color Cylindrical-coordinate representation of color #4598B0: hue angle of 193.46º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4598B0 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 152 | 176 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.31 |
| HSL | 193.46º | 0.44% | 0.48% | - |
| HSV(B) | 193.46º | 0.61% | 0.69% | - |
| XYZ | 21.52 | 26.86 | 45.12 | - |
| YUV | 129.92 | 154 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 152 | 176 | 0.61 | 0.14 | 0 | 0.31 | 193.46 | 0.44 | 0.48 |
| Hex | 45 | 98 | B0 | 3D | E | 0 | 1F | C1 | 2C | 30 |
| Octal | 105 | 230 | 260 | 75 | 16 | 0 | 37 | 301 | 54 | 60 |
| Binary | 1000101 | 10011000 | 10110000 | 111101 | 1110 | 0 | 11111 | 11000001 | 101100 | 110000 |
Color Harmonies of #4598B0
Complementary color
Monochromatic Colors of #4598B0
Black with #4598B0
Text Example
Text Example
White with #4598B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4598B0; }
p { color: rgb(69,152,176); }
H1.HeaderClassName
{
color: #4598B0;
}
.AnyTagClassName
{
color: #4598B0;
}
</style>
background-color css
<style>
a { background-color: #4598B0; }
a { background-color: rgb(69,152,176); }
div.DivClassName
{
background-color: #4598B0;
}
.BgClassName
{
background-color: #4598B0;
}
</style>
border-color css
<style>
span { border-color: #4598B0; }
span { border-color: rgb(69,152,176); }
td.TdClassName
{
border-color: #4598B0;
}
.TagClassName
{
border-color: #4598B0;
}
</style>