Shades of Boston Blue #459AAA
Tints of Boston Blue #459AAA
RGB
CMYK
RGB Variations
Color information
#459AAA (or 0x459AAA) is known color: Boston Blue. HEX triplet: 45, 9A and AA. RGB value is (69,154,170). Sum of RGB (Red+Green+Blue) = 69+154+170=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #459AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459AAA is #BA6555. Grayscale: #828282. Windows color (decimal): -12215638 or 11180613. OLE color: 11180613.
HSL color Cylindrical-coordinate representation of color #459AAA: hue angle of 189.5º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #459AAA is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 154 | 170 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.33 |
| HSL | 189.5º | 0.42% | 0.47% | - |
| HSV(B) | 189.5º | 0.59% | 0.67% | - |
| XYZ | 21.27 | 27.28 | 42.17 | - |
| YUV | 130.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 170 | 0.59 | 0.09 | 0 | 0.33 | 189.5 | 0.42 | 0.47 |
| Hex | 45 | 9A | AA | 3B | 9 | 0 | 21 | BE | 2A | 2F |
| Octal | 105 | 232 | 252 | 73 | 11 | 0 | 41 | 276 | 52 | 57 |
| Binary | 1000101 | 10011010 | 10101010 | 111011 | 1001 | 0 | 100001 | 10111110 | 101010 | 101111 |
Color Harmonies of #459AAA
Complementary color
Monochromatic Colors of #459AAA
Black with #459AAA
Text Example
Text Example
White with #459AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459AAA; }
p { color: rgb(69,154,170); }
H1.HeaderClassName
{
color: #459AAA;
}
.AnyTagClassName
{
color: #459AAA;
}
</style>
background-color css
<style>
a { background-color: #459AAA; }
a { background-color: rgb(69,154,170); }
div.DivClassName
{
background-color: #459AAA;
}
.BgClassName
{
background-color: #459AAA;
}
</style>
border-color css
<style>
span { border-color: #459AAA; }
span { border-color: rgb(69,154,170); }
td.TdClassName
{
border-color: #459AAA;
}
.TagClassName
{
border-color: #459AAA;
}
</style>