Shades of Boston Blue #4095BC
Tints of Boston Blue #4095BC
RGB
CMYK
RGB Variations
Color information
#4095BC (or 0x4095BC) is known color: Boston Blue. HEX triplet: 40, 95 and BC. RGB value is (64,149,188). Sum of RGB (Red+Green+Blue) = 64+149+188=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #4095BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4095BC is #BF6A43. Grayscale: #7F7F7F. Windows color (decimal): -12544580 or 12358976. OLE color: 12358976.
HSL color Cylindrical-coordinate representation of color #4095BC: hue angle of 198.87º 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 #4095BC is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 149 | 188 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.26 |
| HSL | 198.87º | 0.49% | 0.49% | - |
| HSV(B) | 198.87º | 0.66% | 0.74% | - |
| XYZ | 21.94 | 26.22 | 51.48 | - |
| YUV | 128.03 | 161.84 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 188 | 0.66 | 0.21 | 0 | 0.26 | 198.87 | 0.49 | 0.49 |
| Hex | 40 | 95 | BC | 42 | 15 | 0 | 1A | C7 | 31 | 31 |
| Octal | 100 | 225 | 274 | 102 | 25 | 0 | 32 | 307 | 61 | 61 |
| Binary | 1000000 | 10010101 | 10111100 | 1000010 | 10101 | 0 | 11010 | 11000111 | 110001 | 110001 |
Color Harmonies of #4095BC
Complementary color
Monochromatic Colors of #4095BC
Black with #4095BC
Text Example
Text Example
White with #4095BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4095BC; }
p { color: rgb(64,149,188); }
H1.HeaderClassName
{
color: #4095BC;
}
.AnyTagClassName
{
color: #4095BC;
}
</style>
background-color css
<style>
a { background-color: #4095BC; }
a { background-color: rgb(64,149,188); }
div.DivClassName
{
background-color: #4095BC;
}
.BgClassName
{
background-color: #4095BC;
}
</style>
border-color css
<style>
span { border-color: #4095BC; }
span { border-color: rgb(64,149,188); }
td.TdClassName
{
border-color: #4095BC;
}
.TagClassName
{
border-color: #4095BC;
}
</style>