Shades of Boston Blue #459BA5
Tints of Boston Blue #459BA5
RGB
CMYK
RGB Variations
Color information
#459BA5 (or 0x459BA5) is known color: Boston Blue. HEX triplet: 45, 9B and A5. RGB value is (69,155,165). Sum of RGB (Red+Green+Blue) = 69+155+165=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #459BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459BA5 is #BA645A. Grayscale: #828282. Windows color (decimal): -12215387 or 10853189. OLE color: 10853189.
HSL color Cylindrical-coordinate representation of color #459BA5: hue angle of 186.25º 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 #459BA5 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 155 | 165 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.35 |
| HSL | 186.25º | 0.41% | 0.46% | - |
| HSV(B) | 186.25º | 0.58% | 0.65% | - |
| XYZ | 20.97 | 27.42 | 39.79 | - |
| YUV | 130.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 165 | 0.58 | 0.06 | 0 | 0.35 | 186.25 | 0.41 | 0.46 |
| Hex | 45 | 9B | A5 | 3A | 6 | 0 | 23 | BA | 29 | 2E |
| Octal | 105 | 233 | 245 | 72 | 6 | 0 | 43 | 272 | 51 | 56 |
| Binary | 1000101 | 10011011 | 10100101 | 111010 | 110 | 0 | 100011 | 10111010 | 101001 | 101110 |
Color Harmonies of #459BA5
Complementary color
Monochromatic Colors of #459BA5
Black with #459BA5
Text Example
Text Example
White with #459BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BA5; }
p { color: rgb(69,155,165); }
H1.HeaderClassName
{
color: #459BA5;
}
.AnyTagClassName
{
color: #459BA5;
}
</style>
background-color css
<style>
a { background-color: #459BA5; }
a { background-color: rgb(69,155,165); }
div.DivClassName
{
background-color: #459BA5;
}
.BgClassName
{
background-color: #459BA5;
}
</style>
border-color css
<style>
span { border-color: #459BA5; }
span { border-color: rgb(69,155,165); }
td.TdClassName
{
border-color: #459BA5;
}
.TagClassName
{
border-color: #459BA5;
}
</style>