Shades of Boston Blue #4094BB
Tints of Boston Blue #4094BB
RGB
CMYK
RGB Variations
Color information
#4094BB (or 0x4094BB) is known color: Boston Blue. HEX triplet: 40, 94 and BB. RGB value is (64,148,187). Sum of RGB (Red+Green+Blue) = 64+148+187=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #4094BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4094BB is #BF6B44. Grayscale: #7F7F7F. Windows color (decimal): -12544837 or 12293184. OLE color: 12293184.
HSL color Cylindrical-coordinate representation of color #4094BB: hue angle of 199.02º 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 #4094BB is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 148 | 187 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.27 |
| HSL | 199.02º | 0.49% | 0.49% | - |
| HSV(B) | 199.02º | 0.66% | 0.73% | - |
| XYZ | 21.67 | 25.86 | 50.86 | - |
| YUV | 127.33 | 161.67 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 187 | 0.66 | 0.21 | 0 | 0.27 | 199.02 | 0.49 | 0.49 |
| Hex | 40 | 94 | BB | 42 | 15 | 0 | 1B | C7 | 31 | 31 |
| Octal | 100 | 224 | 273 | 102 | 25 | 0 | 33 | 307 | 61 | 61 |
| Binary | 1000000 | 10010100 | 10111011 | 1000010 | 10101 | 0 | 11011 | 11000111 | 110001 | 110001 |
Color Harmonies of #4094BB
Complementary color
Monochromatic Colors of #4094BB
Black with #4094BB
Text Example
Text Example
White with #4094BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4094BB; }
p { color: rgb(64,148,187); }
H1.HeaderClassName
{
color: #4094BB;
}
.AnyTagClassName
{
color: #4094BB;
}
</style>
background-color css
<style>
a { background-color: #4094BB; }
a { background-color: rgb(64,148,187); }
div.DivClassName
{
background-color: #4094BB;
}
.BgClassName
{
background-color: #4094BB;
}
</style>
border-color css
<style>
span { border-color: #4094BB; }
span { border-color: rgb(64,148,187); }
td.TdClassName
{
border-color: #4094BB;
}
.TagClassName
{
border-color: #4094BB;
}
</style>