Shades of Boston Blue #4594AB
Tints of Boston Blue #4594AB
RGB
CMYK
RGB Variations
Color information
#4594AB (or 0x4594AB) is known color: Boston Blue. HEX triplet: 45, 94 and AB. RGB value is (69,148,171). Sum of RGB (Red+Green+Blue) = 69+148+171=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #4594AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4594AB is #BA6B54. Grayscale: #7E7E7E. Windows color (decimal): -12217173 or 11244613. OLE color: 11244613.
HSL color Cylindrical-coordinate representation of color #4594AB: hue angle of 193.53º 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 #4594AB is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 148 | 171 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.33 |
| HSL | 193.53º | 0.43% | 0.47% | - |
| HSV(B) | 193.53º | 0.6% | 0.67% | - |
| XYZ | 20.39 | 25.39 | 42.35 | - |
| YUV | 127 | 152.83 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 148 | 171 | 0.60 | 0.13 | 0 | 0.33 | 193.53 | 0.43 | 0.47 |
| Hex | 45 | 94 | AB | 3C | D | 0 | 21 | C2 | 2A | 2F |
| Octal | 105 | 224 | 253 | 74 | 15 | 0 | 41 | 302 | 52 | 57 |
| Binary | 1000101 | 10010100 | 10101011 | 111100 | 1101 | 0 | 100001 | 11000010 | 101010 | 101111 |
Color Harmonies of #4594AB
Complementary color
Monochromatic Colors of #4594AB
Black with #4594AB
Text Example
Text Example
White with #4594AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4594AB; }
p { color: rgb(69,148,171); }
H1.HeaderClassName
{
color: #4594AB;
}
.AnyTagClassName
{
color: #4594AB;
}
</style>
background-color css
<style>
a { background-color: #4594AB; }
a { background-color: rgb(69,148,171); }
div.DivClassName
{
background-color: #4594AB;
}
.BgClassName
{
background-color: #4594AB;
}
</style>
border-color css
<style>
span { border-color: #4594AB; }
span { border-color: rgb(69,148,171); }
td.TdClassName
{
border-color: #4594AB;
}
.TagClassName
{
border-color: #4594AB;
}
</style>