Shades of Boston Blue #459DBA
Tints of Boston Blue #459DBA
RGB
CMYK
RGB Variations
Color information
#459DBA (or 0x459DBA) is known color: Boston Blue. HEX triplet: 45, 9D and BA. RGB value is (69,157,186). Sum of RGB (Red+Green+Blue) = 69+157+186=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #459DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459DBA is #BA6245. Grayscale: #858585. Windows color (decimal): -12214854 or 12229957. OLE color: 12229957.
HSL color Cylindrical-coordinate representation of color #459DBA: hue angle of 194.87º 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 #459DBA is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 157 | 186 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.27 |
| HSL | 194.87º | 0.46% | 0.5% | - |
| HSV(B) | 194.87º | 0.63% | 0.73% | - |
| XYZ | 23.37 | 28.92 | 50.81 | - |
| YUV | 133.99 | 157.35 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 186 | 0.63 | 0.16 | 0 | 0.27 | 194.87 | 0.46 | 0.5 |
| Hex | 45 | 9D | BA | 3F | 10 | 0 | 1B | C3 | 2E | 32 |
| Octal | 105 | 235 | 272 | 77 | 20 | 0 | 33 | 303 | 56 | 62 |
| Binary | 1000101 | 10011101 | 10111010 | 111111 | 10000 | 0 | 11011 | 11000011 | 101110 | 110010 |
Color Harmonies of #459DBA
Complementary color
Monochromatic Colors of #459DBA
Black with #459DBA
Text Example
Text Example
White with #459DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459DBA; }
p { color: rgb(69,157,186); }
H1.HeaderClassName
{
color: #459DBA;
}
.AnyTagClassName
{
color: #459DBA;
}
</style>
background-color css
<style>
a { background-color: #459DBA; }
a { background-color: rgb(69,157,186); }
div.DivClassName
{
background-color: #459DBA;
}
.BgClassName
{
background-color: #459DBA;
}
</style>
border-color css
<style>
span { border-color: #459DBA; }
span { border-color: rgb(69,157,186); }
td.TdClassName
{
border-color: #459DBA;
}
.TagClassName
{
border-color: #459DBA;
}
</style>