Shades of Boston Blue #459ABE
Tints of Boston Blue #459ABE
RGB
CMYK
RGB Variations
Color information
#459ABE (or 0x459ABE) is known color: Boston Blue. HEX triplet: 45, 9A and BE. RGB value is (69,154,190). Sum of RGB (Red+Green+Blue) = 69+154+190=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #459ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ABE is #BA6541. Grayscale: #848484. Windows color (decimal): -12215618 or 12491333. OLE color: 12491333.
HSL color Cylindrical-coordinate representation of color #459ABE: hue angle of 197.85º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #459ABE is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 154 | 190 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.25 |
| HSL | 197.85º | 0.48% | 0.51% | - |
| HSV(B) | 197.85º | 0.64% | 0.75% | - |
| XYZ | 23.3 | 28.09 | 52.91 | - |
| YUV | 132.69 | 160.34 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 190 | 0.64 | 0.19 | 0 | 0.25 | 197.85 | 0.48 | 0.51 |
| Hex | 45 | 9A | BE | 40 | 13 | 0 | 19 | C6 | 30 | 33 |
| Octal | 105 | 232 | 276 | 100 | 23 | 0 | 31 | 306 | 60 | 63 |
| Binary | 1000101 | 10011010 | 10111110 | 1000000 | 10011 | 0 | 11001 | 11000110 | 110000 | 110011 |
Color Harmonies of #459ABE
Complementary color
Monochromatic Colors of #459ABE
Black with #459ABE
Text Example
Text Example
White with #459ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459ABE; }
p { color: rgb(69,154,190); }
H1.HeaderClassName
{
color: #459ABE;
}
.AnyTagClassName
{
color: #459ABE;
}
</style>
background-color css
<style>
a { background-color: #459ABE; }
a { background-color: rgb(69,154,190); }
div.DivClassName
{
background-color: #459ABE;
}
.BgClassName
{
background-color: #459ABE;
}
</style>
border-color css
<style>
span { border-color: #459ABE; }
span { border-color: rgb(69,154,190); }
td.TdClassName
{
border-color: #459ABE;
}
.TagClassName
{
border-color: #459ABE;
}
</style>