Shades of Boston Blue #4588AB
Tints of Boston Blue #4588AB
RGB
CMYK
RGB Variations
Color information
#4588AB (or 0x4588AB) is known color: Boston Blue. HEX triplet: 45, 88 and AB. RGB value is (69,136,171). Sum of RGB (Red+Green+Blue) = 69+136+171=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #4588AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4588AB is #BA7754. Grayscale: #777777. Windows color (decimal): -12220245 or 11241541. OLE color: 11241541.
HSL color Cylindrical-coordinate representation of color #4588AB: hue angle of 200.59º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4588AB is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 136 | 171 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.33 |
| HSL | 200.59º | 0.43% | 0.47% | - |
| HSV(B) | 200.59º | 0.6% | 0.67% | - |
| XYZ | 18.61 | 21.81 | 41.76 | - |
| YUV | 119.96 | 156.8 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 171 | 0.60 | 0.20 | 0 | 0.33 | 200.59 | 0.43 | 0.47 |
| Hex | 45 | 88 | AB | 3C | 14 | 0 | 21 | C9 | 2A | 2F |
| Octal | 105 | 210 | 253 | 74 | 24 | 0 | 41 | 311 | 52 | 57 |
| Binary | 1000101 | 10001000 | 10101011 | 111100 | 10100 | 0 | 100001 | 11001001 | 101010 | 101111 |
Color Harmonies of #4588AB
Complementary color
Monochromatic Colors of #4588AB
Black with #4588AB
Text Example
Text Example
White with #4588AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4588AB; }
p { color: rgb(69,136,171); }
H1.HeaderClassName
{
color: #4588AB;
}
.AnyTagClassName
{
color: #4588AB;
}
</style>
background-color css
<style>
a { background-color: #4588AB; }
a { background-color: rgb(69,136,171); }
div.DivClassName
{
background-color: #4588AB;
}
.BgClassName
{
background-color: #4588AB;
}
</style>
border-color css
<style>
span { border-color: #4588AB; }
span { border-color: rgb(69,136,171); }
td.TdClassName
{
border-color: #4588AB;
}
.TagClassName
{
border-color: #4588AB;
}
</style>