Shades of Boston Blue #4095BA
Tints of Boston Blue #4095BA
RGB
CMYK
RGB Variations
Color information
#4095BA (or 0x4095BA) is known color: Boston Blue. HEX triplet: 40, 95 and BA. RGB value is (64,149,186). Sum of RGB (Red+Green+Blue) = 64+149+186=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #4095BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4095BA is #BF6A45. Grayscale: #7F7F7F. Windows color (decimal): -12544582 or 12227904. OLE color: 12227904.
HSL color Cylindrical-coordinate representation of color #4095BA: hue angle of 198.2º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4095BA is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 149 | 186 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.27 |
| HSL | 198.2º | 0.49% | 0.49% | - |
| HSV(B) | 198.2º | 0.66% | 0.73% | - |
| XYZ | 21.72 | 26.13 | 50.35 | - |
| YUV | 127.8 | 160.84 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 186 | 0.66 | 0.20 | 0 | 0.27 | 198.2 | 0.49 | 0.49 |
| Hex | 40 | 95 | BA | 42 | 14 | 0 | 1B | C6 | 31 | 31 |
| Octal | 100 | 225 | 272 | 102 | 24 | 0 | 33 | 306 | 61 | 61 |
| Binary | 1000000 | 10010101 | 10111010 | 1000010 | 10100 | 0 | 11011 | 11000110 | 110001 | 110001 |
Color Harmonies of #4095BA
Complementary color
Monochromatic Colors of #4095BA
Black with #4095BA
Text Example
Text Example
White with #4095BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4095BA; }
p { color: rgb(64,149,186); }
H1.HeaderClassName
{
color: #4095BA;
}
.AnyTagClassName
{
color: #4095BA;
}
</style>
background-color css
<style>
a { background-color: #4095BA; }
a { background-color: rgb(64,149,186); }
div.DivClassName
{
background-color: #4095BA;
}
.BgClassName
{
background-color: #4095BA;
}
</style>
border-color css
<style>
span { border-color: #4095BA; }
span { border-color: rgb(64,149,186); }
td.TdClassName
{
border-color: #4095BA;
}
.TagClassName
{
border-color: #4095BA;
}
</style>