Shades of Boston Blue #459DBB
Tints of Boston Blue #459DBB
RGB
CMYK
RGB Variations
Color information
#459DBB (or 0x459DBB) is known color: Boston Blue. HEX triplet: 45, 9D and BB. RGB value is (69,157,187). Sum of RGB (Red+Green+Blue) = 69+157+187=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #459DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459DBB is #BA6244. Grayscale: #858585. Windows color (decimal): -12214853 or 12295493. OLE color: 12295493.
HSL color Cylindrical-coordinate representation of color #459DBB: hue angle of 195.25º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #459DBB is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 157 | 187 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.27 |
| HSL | 195.25º | 0.46% | 0.5% | - |
| HSV(B) | 195.25º | 0.63% | 0.73% | - |
| XYZ | 23.48 | 28.97 | 51.37 | - |
| YUV | 134.11 | 157.85 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 187 | 0.63 | 0.16 | 0 | 0.27 | 195.25 | 0.46 | 0.5 |
| Hex | 45 | 9D | BB | 3F | 10 | 0 | 1B | C3 | 2E | 32 |
| Octal | 105 | 235 | 273 | 77 | 20 | 0 | 33 | 303 | 56 | 62 |
| Binary | 1000101 | 10011101 | 10111011 | 111111 | 10000 | 0 | 11011 | 11000011 | 101110 | 110010 |
Color Harmonies of #459DBB
Complementary color
Monochromatic Colors of #459DBB
Black with #459DBB
Text Example
Text Example
White with #459DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459DBB; }
p { color: rgb(69,157,187); }
H1.HeaderClassName
{
color: #459DBB;
}
.AnyTagClassName
{
color: #459DBB;
}
</style>
background-color css
<style>
a { background-color: #459DBB; }
a { background-color: rgb(69,157,187); }
div.DivClassName
{
background-color: #459DBB;
}
.BgClassName
{
background-color: #459DBB;
}
</style>
border-color css
<style>
span { border-color: #459DBB; }
span { border-color: rgb(69,157,187); }
td.TdClassName
{
border-color: #459DBB;
}
.TagClassName
{
border-color: #459DBB;
}
</style>