Shades of Boston Blue #4198AA
Tints of Boston Blue #4198AA
RGB
CMYK
RGB Variations
Color information
#4198AA (or 0x4198AA) is known color: Boston Blue. HEX triplet: 41, 98 and AA. RGB value is (65,152,170). Sum of RGB (Red+Green+Blue) = 65+152+170=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #4198AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4198AA is #BE6755. Grayscale: #7F7F7F. Windows color (decimal): -12478294 or 11180097. OLE color: 11180097.
HSL color Cylindrical-coordinate representation of color #4198AA: hue angle of 190.29º 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 #4198AA is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 152 | 170 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.33 |
| HSL | 190.29º | 0.45% | 0.46% | - |
| HSV(B) | 190.29º | 0.62% | 0.67% | - |
| XYZ | 20.66 | 26.48 | 42.05 | - |
| YUV | 128.04 | 151.68 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 152 | 170 | 0.62 | 0.11 | 0 | 0.33 | 190.29 | 0.45 | 0.46 |
| Hex | 41 | 98 | AA | 3E | B | 0 | 21 | BE | 2D | 2E |
| Octal | 101 | 230 | 252 | 76 | 13 | 0 | 41 | 276 | 55 | 56 |
| Binary | 1000001 | 10011000 | 10101010 | 111110 | 1011 | 0 | 100001 | 10111110 | 101101 | 101110 |
Color Harmonies of #4198AA
Complementary color
Monochromatic Colors of #4198AA
Black with #4198AA
Text Example
Text Example
White with #4198AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4198AA; }
p { color: rgb(65,152,170); }
H1.HeaderClassName
{
color: #4198AA;
}
.AnyTagClassName
{
color: #4198AA;
}
</style>
background-color css
<style>
a { background-color: #4198AA; }
a { background-color: rgb(65,152,170); }
div.DivClassName
{
background-color: #4198AA;
}
.BgClassName
{
background-color: #4198AA;
}
</style>
border-color css
<style>
span { border-color: #4198AA; }
span { border-color: rgb(65,152,170); }
td.TdClassName
{
border-color: #4198AA;
}
.TagClassName
{
border-color: #4198AA;
}
</style>