Shades of Boston Blue #459DAA
Tints of Boston Blue #459DAA
RGB
CMYK
RGB Variations
Color information
#459DAA (or 0x459DAA) is known color: Boston Blue. HEX triplet: 45, 9D and AA. RGB value is (69,157,170). Sum of RGB (Red+Green+Blue) = 69+157+170=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #459DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459DAA is #BA6255. Grayscale: #848484. Windows color (decimal): -12214870 or 11181381. OLE color: 11181381.
HSL color Cylindrical-coordinate representation of color #459DAA: hue angle of 187.72º 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 #459DAA is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 157 | 170 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.33 |
| HSL | 187.72º | 0.42% | 0.47% | - |
| HSV(B) | 187.72º | 0.59% | 0.67% | - |
| XYZ | 21.77 | 28.28 | 42.34 | - |
| YUV | 132.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 170 | 0.59 | 0.08 | 0 | 0.33 | 187.72 | 0.42 | 0.47 |
| Hex | 45 | 9D | AA | 3B | 8 | 0 | 21 | BC | 2A | 2F |
| Octal | 105 | 235 | 252 | 73 | 10 | 0 | 41 | 274 | 52 | 57 |
| Binary | 1000101 | 10011101 | 10101010 | 111011 | 1000 | 0 | 100001 | 10111100 | 101010 | 101111 |
Color Harmonies of #459DAA
Complementary color
Monochromatic Colors of #459DAA
Black with #459DAA
Text Example
Text Example
White with #459DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459DAA; }
p { color: rgb(69,157,170); }
H1.HeaderClassName
{
color: #459DAA;
}
.AnyTagClassName
{
color: #459DAA;
}
</style>
background-color css
<style>
a { background-color: #459DAA; }
a { background-color: rgb(69,157,170); }
div.DivClassName
{
background-color: #459DAA;
}
.BgClassName
{
background-color: #459DAA;
}
</style>
border-color css
<style>
span { border-color: #459DAA; }
span { border-color: rgb(69,157,170); }
td.TdClassName
{
border-color: #459DAA;
}
.TagClassName
{
border-color: #459DAA;
}
</style>