Shades of Boston Blue #4588AD
Tints of Boston Blue #4588AD
RGB
CMYK
RGB Variations
Color information
#4588AD (or 0x4588AD) is known color: Boston Blue. HEX triplet: 45, 88 and AD. RGB value is (69,136,173). Sum of RGB (Red+Green+Blue) = 69+136+173=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #4588AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4588AD is #BA7752. Grayscale: #777777. Windows color (decimal): -12220243 or 11372613. OLE color: 11372613.
HSL color Cylindrical-coordinate representation of color #4588AD: hue angle of 201.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4588AD is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 136 | 173 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.32 |
| HSL | 201.35º | 0.43% | 0.47% | - |
| HSV(B) | 201.35º | 0.6% | 0.68% | - |
| XYZ | 18.8 | 21.89 | 42.77 | - |
| YUV | 120.19 | 157.8 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 173 | 0.60 | 0.21 | 0 | 0.32 | 201.35 | 0.43 | 0.47 |
| Hex | 45 | 88 | AD | 3C | 15 | 0 | 20 | C9 | 2B | 2F |
| Octal | 105 | 210 | 255 | 74 | 25 | 0 | 40 | 311 | 53 | 57 |
| Binary | 1000101 | 10001000 | 10101101 | 111100 | 10101 | 0 | 100000 | 11001001 | 101011 | 101111 |
Color Harmonies of #4588AD
Complementary color
Monochromatic Colors of #4588AD
Black with #4588AD
Text Example
Text Example
White with #4588AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4588AD; }
p { color: rgb(69,136,173); }
H1.HeaderClassName
{
color: #4588AD;
}
.AnyTagClassName
{
color: #4588AD;
}
</style>
background-color css
<style>
a { background-color: #4588AD; }
a { background-color: rgb(69,136,173); }
div.DivClassName
{
background-color: #4588AD;
}
.BgClassName
{
background-color: #4588AD;
}
</style>
border-color css
<style>
span { border-color: #4588AD; }
span { border-color: rgb(69,136,173); }
td.TdClassName
{
border-color: #4588AD;
}
.TagClassName
{
border-color: #4588AD;
}
</style>