Shades of Boston Blue #4196BC
Tints of Boston Blue #4196BC
RGB
CMYK
RGB Variations
Color information
#4196BC (or 0x4196BC) is known color: Boston Blue. HEX triplet: 41, 96 and BC. RGB value is (65,150,188). Sum of RGB (Red+Green+Blue) = 65+150+188=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #4196BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4196BC is #BE6943. Grayscale: #808080. Windows color (decimal): -12478788 or 12359233. OLE color: 12359233.
HSL color Cylindrical-coordinate representation of color #4196BC: hue angle of 198.54º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4196BC is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 150 | 188 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.26 |
| HSL | 198.54º | 0.49% | 0.5% | - |
| HSV(B) | 198.54º | 0.65% | 0.74% | - |
| XYZ | 22.16 | 26.57 | 51.54 | - |
| YUV | 128.92 | 161.34 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 150 | 188 | 0.65 | 0.20 | 0 | 0.26 | 198.54 | 0.49 | 0.5 |
| Hex | 41 | 96 | BC | 41 | 14 | 0 | 1A | C7 | 31 | 32 |
| Octal | 101 | 226 | 274 | 101 | 24 | 0 | 32 | 307 | 61 | 62 |
| Binary | 1000001 | 10010110 | 10111100 | 1000001 | 10100 | 0 | 11010 | 11000111 | 110001 | 110010 |
Color Harmonies of #4196BC
Complementary color
Monochromatic Colors of #4196BC
Black with #4196BC
Text Example
Text Example
White with #4196BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4196BC; }
p { color: rgb(65,150,188); }
H1.HeaderClassName
{
color: #4196BC;
}
.AnyTagClassName
{
color: #4196BC;
}
</style>
background-color css
<style>
a { background-color: #4196BC; }
a { background-color: rgb(65,150,188); }
div.DivClassName
{
background-color: #4196BC;
}
.BgClassName
{
background-color: #4196BC;
}
</style>
border-color css
<style>
span { border-color: #4196BC; }
span { border-color: rgb(65,150,188); }
td.TdClassName
{
border-color: #4196BC;
}
.TagClassName
{
border-color: #4196BC;
}
</style>