Shades of Boston Blue #4094BC
Tints of Boston Blue #4094BC
RGB
CMYK
RGB Variations
Color information
#4094BC (or 0x4094BC) is known color: Boston Blue. HEX triplet: 40, 94 and BC. RGB value is (64,148,188). Sum of RGB (Red+Green+Blue) = 64+148+188=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #4094BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4094BC is #BF6B43. Grayscale: #7F7F7F. Windows color (decimal): -12544836 or 12358720. OLE color: 12358720.
HSL color Cylindrical-coordinate representation of color #4094BC: hue angle of 199.35º 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 #4094BC is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 148 | 188 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.26 |
| HSL | 199.35º | 0.49% | 0.49% | - |
| HSV(B) | 199.35º | 0.66% | 0.74% | - |
| XYZ | 21.78 | 25.9 | 51.43 | - |
| YUV | 127.44 | 162.17 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 188 | 0.66 | 0.21 | 0 | 0.26 | 199.35 | 0.49 | 0.49 |
| Hex | 40 | 94 | BC | 42 | 15 | 0 | 1A | C7 | 31 | 31 |
| Octal | 100 | 224 | 274 | 102 | 25 | 0 | 32 | 307 | 61 | 61 |
| Binary | 1000000 | 10010100 | 10111100 | 1000010 | 10101 | 0 | 11010 | 11000111 | 110001 | 110001 |
Color Harmonies of #4094BC
Complementary color
Monochromatic Colors of #4094BC
Black with #4094BC
Text Example
Text Example
White with #4094BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4094BC; }
p { color: rgb(64,148,188); }
H1.HeaderClassName
{
color: #4094BC;
}
.AnyTagClassName
{
color: #4094BC;
}
</style>
background-color css
<style>
a { background-color: #4094BC; }
a { background-color: rgb(64,148,188); }
div.DivClassName
{
background-color: #4094BC;
}
.BgClassName
{
background-color: #4094BC;
}
</style>
border-color css
<style>
span { border-color: #4094BC; }
span { border-color: rgb(64,148,188); }
td.TdClassName
{
border-color: #4094BC;
}
.TagClassName
{
border-color: #4094BC;
}
</style>