Shades of Boston Blue #4098BC
Tints of Boston Blue #4098BC
RGB
CMYK
RGB Variations
Color information
#4098BC (or 0x4098BC) is known color: Boston Blue. HEX triplet: 40, 98 and BC. RGB value is (64,152,188). Sum of RGB (Red+Green+Blue) = 64+152+188=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #4098BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4098BC is #BF6743. Grayscale: #818181. Windows color (decimal): -12543812 or 12359744. OLE color: 12359744.
HSL color Cylindrical-coordinate representation of color #4098BC: hue angle of 197.42º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4098BC is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 152 | 188 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.26 |
| HSL | 197.42º | 0.49% | 0.49% | - |
| HSV(B) | 197.42º | 0.66% | 0.74% | - |
| XYZ | 22.42 | 27.18 | 51.64 | - |
| YUV | 129.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 188 | 0.66 | 0.19 | 0 | 0.26 | 197.42 | 0.49 | 0.49 |
| Hex | 40 | 98 | BC | 42 | 13 | 0 | 1A | C5 | 31 | 31 |
| Octal | 100 | 230 | 274 | 102 | 23 | 0 | 32 | 305 | 61 | 61 |
| Binary | 1000000 | 10011000 | 10111100 | 1000010 | 10011 | 0 | 11010 | 11000101 | 110001 | 110001 |
Color Harmonies of #4098BC
Complementary color
Monochromatic Colors of #4098BC
Black with #4098BC
Text Example
Text Example
White with #4098BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4098BC; }
p { color: rgb(64,152,188); }
H1.HeaderClassName
{
color: #4098BC;
}
.AnyTagClassName
{
color: #4098BC;
}
</style>
background-color css
<style>
a { background-color: #4098BC; }
a { background-color: rgb(64,152,188); }
div.DivClassName
{
background-color: #4098BC;
}
.BgClassName
{
background-color: #4098BC;
}
</style>
border-color css
<style>
span { border-color: #4098BC; }
span { border-color: rgb(64,152,188); }
td.TdClassName
{
border-color: #4098BC;
}
.TagClassName
{
border-color: #4098BC;
}
</style>