Shades of Boston Blue #4592BB
Tints of Boston Blue #4592BB
RGB
CMYK
RGB Variations
Color information
#4592BB (or 0x4592BB) is known color: Boston Blue. HEX triplet: 45, 92 and BB. RGB value is (69,146,187). Sum of RGB (Red+Green+Blue) = 69+146+187=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #4592BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4592BB is #BA6D44. Grayscale: #7F7F7F. Windows color (decimal): -12217669 or 12292677. OLE color: 12292677.
HSL color Cylindrical-coordinate representation of color #4592BB: hue angle of 200.85º 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 #4592BB is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 146 | 187 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.27 |
| HSL | 200.85º | 0.46% | 0.5% | - |
| HSV(B) | 200.85º | 0.63% | 0.73% | - |
| XYZ | 21.7 | 25.41 | 50.77 | - |
| YUV | 127.65 | 161.49 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 146 | 187 | 0.63 | 0.22 | 0 | 0.27 | 200.85 | 0.46 | 0.5 |
| Hex | 45 | 92 | BB | 3F | 16 | 0 | 1B | C9 | 2E | 32 |
| Octal | 105 | 222 | 273 | 77 | 26 | 0 | 33 | 311 | 56 | 62 |
| Binary | 1000101 | 10010010 | 10111011 | 111111 | 10110 | 0 | 11011 | 11001001 | 101110 | 110010 |
Color Harmonies of #4592BB
Complementary color
Monochromatic Colors of #4592BB
Black with #4592BB
Text Example
Text Example
White with #4592BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4592BB; }
p { color: rgb(69,146,187); }
H1.HeaderClassName
{
color: #4592BB;
}
.AnyTagClassName
{
color: #4592BB;
}
</style>
background-color css
<style>
a { background-color: #4592BB; }
a { background-color: rgb(69,146,187); }
div.DivClassName
{
background-color: #4592BB;
}
.BgClassName
{
background-color: #4592BB;
}
</style>
border-color css
<style>
span { border-color: #4592BB; }
span { border-color: rgb(69,146,187); }
td.TdClassName
{
border-color: #4592BB;
}
.TagClassName
{
border-color: #4592BB;
}
</style>