Shades of Boston Blue #459BAE
Tints of Boston Blue #459BAE
RGB
CMYK
RGB Variations
Color information
#459BAE (or 0x459BAE) is known color: Boston Blue. HEX triplet: 45, 9B and AE. RGB value is (69,155,174). Sum of RGB (Red+Green+Blue) = 69+155+174=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #459BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459BAE is #BA6451. Grayscale: #838383. Windows color (decimal): -12215378 or 11443013. OLE color: 11443013.
HSL color Cylindrical-coordinate representation of color #459BAE: hue angle of 190.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #459BAE is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 155 | 174 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.32 |
| HSL | 190.86º | 0.43% | 0.48% | - |
| HSV(B) | 190.86º | 0.6% | 0.68% | - |
| XYZ | 21.82 | 27.76 | 44.25 | - |
| YUV | 131.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 174 | 0.60 | 0.11 | 0 | 0.32 | 190.86 | 0.43 | 0.48 |
| Hex | 45 | 9B | AE | 3C | B | 0 | 20 | BF | 2B | 30 |
| Octal | 105 | 233 | 256 | 74 | 13 | 0 | 40 | 277 | 53 | 60 |
| Binary | 1000101 | 10011011 | 10101110 | 111100 | 1011 | 0 | 100000 | 10111111 | 101011 | 110000 |
Color Harmonies of #459BAE
Complementary color
Monochromatic Colors of #459BAE
Black with #459BAE
Text Example
Text Example
White with #459BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BAE; }
p { color: rgb(69,155,174); }
H1.HeaderClassName
{
color: #459BAE;
}
.AnyTagClassName
{
color: #459BAE;
}
</style>
background-color css
<style>
a { background-color: #459BAE; }
a { background-color: rgb(69,155,174); }
div.DivClassName
{
background-color: #459BAE;
}
.BgClassName
{
background-color: #459BAE;
}
</style>
border-color css
<style>
span { border-color: #459BAE; }
span { border-color: rgb(69,155,174); }
td.TdClassName
{
border-color: #459BAE;
}
.TagClassName
{
border-color: #459BAE;
}
</style>