Shades of Boston Blue #4192AB
Tints of Boston Blue #4192AB
RGB
CMYK
RGB Variations
Color information
#4192AB (or 0x4192AB) is known color: Boston Blue. HEX triplet: 41, 92 and AB. RGB value is (65,146,171). Sum of RGB (Red+Green+Blue) = 65+146+171=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #4192AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4192AB is #BE6D54. Grayscale: #7C7C7C. Windows color (decimal): -12479829 or 11244097. OLE color: 11244097.
HSL color Cylindrical-coordinate representation of color #4192AB: hue angle of 194.15º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4192AB is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 146 | 171 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.33 |
| HSL | 194.15º | 0.45% | 0.46% | - |
| HSV(B) | 194.15º | 0.62% | 0.67% | - |
| XYZ | 19.81 | 24.62 | 42.24 | - |
| YUV | 124.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 171 | 0.62 | 0.15 | 0 | 0.33 | 194.15 | 0.45 | 0.46 |
| Hex | 41 | 92 | AB | 3E | F | 0 | 21 | C2 | 2D | 2E |
| Octal | 101 | 222 | 253 | 76 | 17 | 0 | 41 | 302 | 55 | 56 |
| Binary | 1000001 | 10010010 | 10101011 | 111110 | 1111 | 0 | 100001 | 11000010 | 101101 | 101110 |
Color Harmonies of #4192AB
Complementary color
Monochromatic Colors of #4192AB
Black with #4192AB
Text Example
Text Example
White with #4192AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4192AB; }
p { color: rgb(65,146,171); }
H1.HeaderClassName
{
color: #4192AB;
}
.AnyTagClassName
{
color: #4192AB;
}
</style>
background-color css
<style>
a { background-color: #4192AB; }
a { background-color: rgb(65,146,171); }
div.DivClassName
{
background-color: #4192AB;
}
.BgClassName
{
background-color: #4192AB;
}
</style>
border-color css
<style>
span { border-color: #4192AB; }
span { border-color: rgb(65,146,171); }
td.TdClassName
{
border-color: #4192AB;
}
.TagClassName
{
border-color: #4192AB;
}
</style>