Shades of Boston Blue #4192B1
Tints of Boston Blue #4192B1
RGB
CMYK
RGB Variations
Color information
#4192B1 (or 0x4192B1) is known color: Boston Blue. HEX triplet: 41, 92 and B1. RGB value is (65,146,177). Sum of RGB (Red+Green+Blue) = 65+146+177=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #4192B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4192B1 is #BE6D4E. Grayscale: #7D7D7D. Windows color (decimal): -12479823 or 11637313. OLE color: 11637313.
HSL color Cylindrical-coordinate representation of color #4192B1: hue angle of 196.61º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4192B1 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 146 | 177 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.31 |
| HSL | 196.61º | 0.46% | 0.47% | - |
| HSV(B) | 196.61º | 0.63% | 0.69% | - |
| XYZ | 20.39 | 24.86 | 45.32 | - |
| YUV | 125.32 | 157.16 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 177 | 0.63 | 0.18 | 0 | 0.31 | 196.61 | 0.46 | 0.47 |
| Hex | 41 | 92 | B1 | 3F | 12 | 0 | 1F | C5 | 2E | 2F |
| Octal | 101 | 222 | 261 | 77 | 22 | 0 | 37 | 305 | 56 | 57 |
| Binary | 1000001 | 10010010 | 10110001 | 111111 | 10010 | 0 | 11111 | 11000101 | 101110 | 101111 |
Color Harmonies of #4192B1
Complementary color
Monochromatic Colors of #4192B1
Black with #4192B1
Text Example
Text Example
White with #4192B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4192B1; }
p { color: rgb(65,146,177); }
H1.HeaderClassName
{
color: #4192B1;
}
.AnyTagClassName
{
color: #4192B1;
}
</style>
background-color css
<style>
a { background-color: #4192B1; }
a { background-color: rgb(65,146,177); }
div.DivClassName
{
background-color: #4192B1;
}
.BgClassName
{
background-color: #4192B1;
}
</style>
border-color css
<style>
span { border-color: #4192B1; }
span { border-color: rgb(65,146,177); }
td.TdClassName
{
border-color: #4192B1;
}
.TagClassName
{
border-color: #4192B1;
}
</style>