Shades of Boston Blue #4599A3
Tints of Boston Blue #4599A3
RGB
CMYK
RGB Variations
Color information
#4599A3 (or 0x4599A3) is known color: Boston Blue. HEX triplet: 45, 99 and A3. RGB value is (69,153,163). Sum of RGB (Red+Green+Blue) = 69+153+163=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 163 - color contains mainly: blue. Hex color #4599A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4599A3 is #BA665C. Grayscale: #808080. Windows color (decimal): -12215901 or 10721605. OLE color: 10721605.
HSL color Cylindrical-coordinate representation of color #4599A3: hue angle of 186.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4599A3 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 153 | 163 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.36 |
| HSL | 186.38º | 0.41% | 0.45% | - |
| HSV(B) | 186.38º | 0.58% | 0.64% | - |
| XYZ | 20.46 | 26.69 | 38.72 | - |
| YUV | 129.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 163 | 0.58 | 0.06 | 0 | 0.36 | 186.38 | 0.41 | 0.45 |
| Hex | 45 | 99 | A3 | 3A | 6 | 0 | 24 | BA | 29 | 2D |
| Octal | 105 | 231 | 243 | 72 | 6 | 0 | 44 | 272 | 51 | 55 |
| Binary | 1000101 | 10011001 | 10100011 | 111010 | 110 | 0 | 100100 | 10111010 | 101001 | 101101 |
Color Harmonies of #4599A3
Complementary color
Monochromatic Colors of #4599A3
Black with #4599A3
Text Example
Text Example
White with #4599A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4599A3; }
p { color: rgb(69,153,163); }
H1.HeaderClassName
{
color: #4599A3;
}
.AnyTagClassName
{
color: #4599A3;
}
</style>
background-color css
<style>
a { background-color: #4599A3; }
a { background-color: rgb(69,153,163); }
div.DivClassName
{
background-color: #4599A3;
}
.BgClassName
{
background-color: #4599A3;
}
</style>
border-color css
<style>
span { border-color: #4599A3; }
span { border-color: rgb(69,153,163); }
td.TdClassName
{
border-color: #4599A3;
}
.TagClassName
{
border-color: #4599A3;
}
</style>