Shades of Boston Blue #459CA8
Tints of Boston Blue #459CA8
RGB
CMYK
RGB Variations
Color information
#459CA8 (or 0x459CA8) is known color: Boston Blue. HEX triplet: 45, 9C and A8. RGB value is (69,156,168). Sum of RGB (Red+Green+Blue) = 69+156+168=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 168 - color contains mainly: blue. Hex color #459CA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459CA8 is #BA6357. Grayscale: #838383. Windows color (decimal): -12215128 or 11050053. OLE color: 11050053.
HSL color Cylindrical-coordinate representation of color #459CA8: hue angle of 187.27º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #459CA8 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 156 | 168 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.34 |
| HSL | 187.27º | 0.42% | 0.46% | - |
| HSV(B) | 187.27º | 0.59% | 0.66% | - |
| XYZ | 21.41 | 27.87 | 41.3 | - |
| YUV | 131.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 168 | 0.59 | 0.07 | 0 | 0.34 | 187.27 | 0.42 | 0.46 |
| Hex | 45 | 9C | A8 | 3B | 7 | 0 | 22 | BB | 2A | 2E |
| Octal | 105 | 234 | 250 | 73 | 7 | 0 | 42 | 273 | 52 | 56 |
| Binary | 1000101 | 10011100 | 10101000 | 111011 | 111 | 0 | 100010 | 10111011 | 101010 | 101110 |
Color Harmonies of #459CA8
Complementary color
Monochromatic Colors of #459CA8
Black with #459CA8
Text Example
Text Example
White with #459CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459CA8; }
p { color: rgb(69,156,168); }
H1.HeaderClassName
{
color: #459CA8;
}
.AnyTagClassName
{
color: #459CA8;
}
</style>
background-color css
<style>
a { background-color: #459CA8; }
a { background-color: rgb(69,156,168); }
div.DivClassName
{
background-color: #459CA8;
}
.BgClassName
{
background-color: #459CA8;
}
</style>
border-color css
<style>
span { border-color: #459CA8; }
span { border-color: rgb(69,156,168); }
td.TdClassName
{
border-color: #459CA8;
}
.TagClassName
{
border-color: #459CA8;
}
</style>