Shades of Boston Blue #459FAC
Tints of Boston Blue #459FAC
RGB
CMYK
RGB Variations
Color information
#459FAC (or 0x459FAC) is known color: Boston Blue. HEX triplet: 45, 9F and AC. RGB value is (69,159,172). Sum of RGB (Red+Green+Blue) = 69+159+172=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #459FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459FAC is #BA6053. Grayscale: #858585. Windows color (decimal): -12214356 or 11312965. OLE color: 11312965.
HSL color Cylindrical-coordinate representation of color #459FAC: hue angle of 187.57º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #459FAC is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 159 | 172 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.33 |
| HSL | 187.57º | 0.43% | 0.47% | - |
| HSV(B) | 187.57º | 0.6% | 0.67% | - |
| XYZ | 22.3 | 29.04 | 43.46 | - |
| YUV | 133.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 172 | 0.60 | 0.08 | 0 | 0.33 | 187.57 | 0.43 | 0.47 |
| Hex | 45 | 9F | AC | 3C | 8 | 0 | 21 | BC | 2B | 2F |
| Octal | 105 | 237 | 254 | 74 | 10 | 0 | 41 | 274 | 53 | 57 |
| Binary | 1000101 | 10011111 | 10101100 | 111100 | 1000 | 0 | 100001 | 10111100 | 101011 | 101111 |
Color Harmonies of #459FAC
Complementary color
Monochromatic Colors of #459FAC
Black with #459FAC
Text Example
Text Example
White with #459FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459FAC; }
p { color: rgb(69,159,172); }
H1.HeaderClassName
{
color: #459FAC;
}
.AnyTagClassName
{
color: #459FAC;
}
</style>
background-color css
<style>
a { background-color: #459FAC; }
a { background-color: rgb(69,159,172); }
div.DivClassName
{
background-color: #459FAC;
}
.BgClassName
{
background-color: #459FAC;
}
</style>
border-color css
<style>
span { border-color: #459FAC; }
span { border-color: rgb(69,159,172); }
td.TdClassName
{
border-color: #459FAC;
}
.TagClassName
{
border-color: #459FAC;
}
</style>