Shades of Boston Blue #459BC0
Tints of Boston Blue #459BC0
RGB
CMYK
RGB Variations
Color information
#459BC0 (or 0x459BC0) is known color: Boston Blue. HEX triplet: 45, 9B and C0. RGB value is (69,155,192). Sum of RGB (Red+Green+Blue) = 69+155+192=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #459BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BC0 is #BA643F. Grayscale: #858585. Windows color (decimal): -12215360 or 12622661. OLE color: 12622661.
HSL color Cylindrical-coordinate representation of color #459BC0: hue angle of 198.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #459BC0 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 155 | 192 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.25 |
| HSL | 198.05º | 0.49% | 0.51% | - |
| HSV(B) | 198.05º | 0.64% | 0.75% | - |
| XYZ | 23.69 | 28.51 | 54.12 | - |
| YUV | 133.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 192 | 0.64 | 0.19 | 0 | 0.25 | 198.05 | 0.49 | 0.51 |
| Hex | 45 | 9B | C0 | 40 | 13 | 0 | 19 | C6 | 31 | 33 |
| Octal | 105 | 233 | 300 | 100 | 23 | 0 | 31 | 306 | 61 | 63 |
| Binary | 1000101 | 10011011 | 11000000 | 1000000 | 10011 | 0 | 11001 | 11000110 | 110001 | 110011 |
Color Harmonies of #459BC0
Complementary color
Monochromatic Colors of #459BC0
Black with #459BC0
Text Example
Text Example
White with #459BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BC0; }
p { color: rgb(69,155,192); }
H1.HeaderClassName
{
color: #459BC0;
}
.AnyTagClassName
{
color: #459BC0;
}
</style>
background-color css
<style>
a { background-color: #459BC0; }
a { background-color: rgb(69,155,192); }
div.DivClassName
{
background-color: #459BC0;
}
.BgClassName
{
background-color: #459BC0;
}
</style>
border-color css
<style>
span { border-color: #459BC0; }
span { border-color: rgb(69,155,192); }
td.TdClassName
{
border-color: #459BC0;
}
.TagClassName
{
border-color: #459BC0;
}
</style>