Shades of Boston Blue #4588A6
Tints of Boston Blue #4588A6
RGB
CMYK
RGB Variations
Color information
#4588A6 (or 0x4588A6) is known color: Boston Blue. HEX triplet: 45, 88 and A6. RGB value is (69,136,166). Sum of RGB (Red+Green+Blue) = 69+136+166=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 166 - color contains mainly: blue. Hex color #4588A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4588A6 is #BA7759. Grayscale: #777777. Windows color (decimal): -12220250 or 10913861. OLE color: 10913861.
HSL color Cylindrical-coordinate representation of color #4588A6: hue angle of 198.56º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4588A6 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 136 | 166 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.35 |
| HSL | 198.56º | 0.41% | 0.46% | - |
| HSV(B) | 198.56º | 0.58% | 0.65% | - |
| XYZ | 18.14 | 21.63 | 39.29 | - |
| YUV | 119.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 166 | 0.58 | 0.18 | 0 | 0.35 | 198.56 | 0.41 | 0.46 |
| Hex | 45 | 88 | A6 | 3A | 12 | 0 | 23 | C7 | 29 | 2E |
| Octal | 105 | 210 | 246 | 72 | 22 | 0 | 43 | 307 | 51 | 56 |
| Binary | 1000101 | 10001000 | 10100110 | 111010 | 10010 | 0 | 100011 | 11000111 | 101001 | 101110 |
Color Harmonies of #4588A6
Complementary color
Monochromatic Colors of #4588A6
Black with #4588A6
Text Example
Text Example
White with #4588A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4588A6; }
p { color: rgb(69,136,166); }
H1.HeaderClassName
{
color: #4588A6;
}
.AnyTagClassName
{
color: #4588A6;
}
</style>
background-color css
<style>
a { background-color: #4588A6; }
a { background-color: rgb(69,136,166); }
div.DivClassName
{
background-color: #4588A6;
}
.BgClassName
{
background-color: #4588A6;
}
</style>
border-color css
<style>
span { border-color: #4588A6; }
span { border-color: rgb(69,136,166); }
td.TdClassName
{
border-color: #4588A6;
}
.TagClassName
{
border-color: #4588A6;
}
</style>