Shades of Boston Blue #4199AB
Tints of Boston Blue #4199AB
RGB
CMYK
RGB Variations
Color information
#4199AB (or 0x4199AB) is known color: Boston Blue. HEX triplet: 41, 99 and AB. RGB value is (65,153,171). Sum of RGB (Red+Green+Blue) = 65+153+171=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #4199AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4199AB is #BE6654. Grayscale: #808080. Windows color (decimal): -12478037 or 11245889. OLE color: 11245889.
HSL color Cylindrical-coordinate representation of color #4199AB: hue angle of 190.19º 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 #4199AB is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 153 | 171 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.33 |
| HSL | 190.19º | 0.45% | 0.46% | - |
| HSV(B) | 190.19º | 0.62% | 0.67% | - |
| XYZ | 20.92 | 26.85 | 42.61 | - |
| YUV | 128.74 | 151.85 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 171 | 0.62 | 0.11 | 0 | 0.33 | 190.19 | 0.45 | 0.46 |
| Hex | 41 | 99 | AB | 3E | B | 0 | 21 | BE | 2D | 2E |
| Octal | 101 | 231 | 253 | 76 | 13 | 0 | 41 | 276 | 55 | 56 |
| Binary | 1000001 | 10011001 | 10101011 | 111110 | 1011 | 0 | 100001 | 10111110 | 101101 | 101110 |
Color Harmonies of #4199AB
Complementary color
Monochromatic Colors of #4199AB
Black with #4199AB
Text Example
Text Example
White with #4199AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4199AB; }
p { color: rgb(65,153,171); }
H1.HeaderClassName
{
color: #4199AB;
}
.AnyTagClassName
{
color: #4199AB;
}
</style>
background-color css
<style>
a { background-color: #4199AB; }
a { background-color: rgb(65,153,171); }
div.DivClassName
{
background-color: #4199AB;
}
.BgClassName
{
background-color: #4199AB;
}
</style>
border-color css
<style>
span { border-color: #4199AB; }
span { border-color: rgb(65,153,171); }
td.TdClassName
{
border-color: #4199AB;
}
.TagClassName
{
border-color: #4199AB;
}
</style>