Shades of Boston Blue #4094BA
Tints of Boston Blue #4094BA
RGB
CMYK
RGB Variations
Color information
#4094BA (or 0x4094BA) is known color: Boston Blue. HEX triplet: 40, 94 and BA. RGB value is (64,148,186). Sum of RGB (Red+Green+Blue) = 64+148+186=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #4094BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4094BA is #BF6B45. Grayscale: #7E7E7E. Windows color (decimal): -12544838 or 12227648. OLE color: 12227648.
HSL color Cylindrical-coordinate representation of color #4094BA: hue angle of 198.69º 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 #4094BA is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 148 | 186 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.27 |
| HSL | 198.69º | 0.49% | 0.49% | - |
| HSV(B) | 198.69º | 0.66% | 0.73% | - |
| XYZ | 21.57 | 25.81 | 50.3 | - |
| YUV | 127.22 | 161.17 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 186 | 0.66 | 0.20 | 0 | 0.27 | 198.69 | 0.49 | 0.49 |
| Hex | 40 | 94 | BA | 42 | 14 | 0 | 1B | C7 | 31 | 31 |
| Octal | 100 | 224 | 272 | 102 | 24 | 0 | 33 | 307 | 61 | 61 |
| Binary | 1000000 | 10010100 | 10111010 | 1000010 | 10100 | 0 | 11011 | 11000111 | 110001 | 110001 |
Color Harmonies of #4094BA
Complementary color
Monochromatic Colors of #4094BA
Black with #4094BA
Text Example
Text Example
White with #4094BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4094BA; }
p { color: rgb(64,148,186); }
H1.HeaderClassName
{
color: #4094BA;
}
.AnyTagClassName
{
color: #4094BA;
}
</style>
background-color css
<style>
a { background-color: #4094BA; }
a { background-color: rgb(64,148,186); }
div.DivClassName
{
background-color: #4094BA;
}
.BgClassName
{
background-color: #4094BA;
}
</style>
border-color css
<style>
span { border-color: #4094BA; }
span { border-color: rgb(64,148,186); }
td.TdClassName
{
border-color: #4094BA;
}
.TagClassName
{
border-color: #4094BA;
}
</style>