Shades of Boston Blue #4097BE
Tints of Boston Blue #4097BE
RGB
CMYK
RGB Variations
Color information
#4097BE (or 0x4097BE) is known color: Boston Blue. HEX triplet: 40, 97 and BE. RGB value is (64,151,190). Sum of RGB (Red+Green+Blue) = 64+151+190=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #4097BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4097BE is #BF6841. Grayscale: #818181. Windows color (decimal): -12544066 or 12490560. OLE color: 12490560.
HSL color Cylindrical-coordinate representation of color #4097BE: hue angle of 198.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4097BE is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 151 | 190 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.25 |
| HSL | 198.57º | 0.5% | 0.5% | - |
| HSV(B) | 198.57º | 0.66% | 0.75% | - |
| XYZ | 22.48 | 26.94 | 52.73 | - |
| YUV | 129.43 | 162.18 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 190 | 0.66 | 0.21 | 0 | 0.25 | 198.57 | 0.5 | 0.5 |
| Hex | 40 | 97 | BE | 42 | 15 | 0 | 19 | C7 | 32 | 32 |
| Octal | 100 | 227 | 276 | 102 | 25 | 0 | 31 | 307 | 62 | 62 |
| Binary | 1000000 | 10010111 | 10111110 | 1000010 | 10101 | 0 | 11001 | 11000111 | 110010 | 110010 |
Color Harmonies of #4097BE
Complementary color
Monochromatic Colors of #4097BE
Black with #4097BE
Text Example
Text Example
White with #4097BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4097BE; }
p { color: rgb(64,151,190); }
H1.HeaderClassName
{
color: #4097BE;
}
.AnyTagClassName
{
color: #4097BE;
}
</style>
background-color css
<style>
a { background-color: #4097BE; }
a { background-color: rgb(64,151,190); }
div.DivClassName
{
background-color: #4097BE;
}
.BgClassName
{
background-color: #4097BE;
}
</style>
border-color css
<style>
span { border-color: #4097BE; }
span { border-color: rgb(64,151,190); }
td.TdClassName
{
border-color: #4097BE;
}
.TagClassName
{
border-color: #4097BE;
}
</style>