Shades of Boston Blue #4094AC
Tints of Boston Blue #4094AC
RGB
CMYK
RGB Variations
Color information
#4094AC (or 0x4094AC) is known color: Boston Blue. HEX triplet: 40, 94 and AC. RGB value is (64,148,172). Sum of RGB (Red+Green+Blue) = 64+148+172=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #4094AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4094AC is #BF6B53. Grayscale: #7D7D7D. Windows color (decimal): -12544852 or 11310144. OLE color: 11310144.
HSL color Cylindrical-coordinate representation of color #4094AC: hue angle of 193.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4094AC is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 148 | 172 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.33 |
| HSL | 193.33º | 0.46% | 0.46% | - |
| HSV(B) | 193.33º | 0.63% | 0.67% | - |
| XYZ | 20.15 | 25.25 | 42.84 | - |
| YUV | 125.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 172 | 0.63 | 0.14 | 0 | 0.33 | 193.33 | 0.46 | 0.46 |
| Hex | 40 | 94 | AC | 3F | E | 0 | 21 | C1 | 2E | 2E |
| Octal | 100 | 224 | 254 | 77 | 16 | 0 | 41 | 301 | 56 | 56 |
| Binary | 1000000 | 10010100 | 10101100 | 111111 | 1110 | 0 | 100001 | 11000001 | 101110 | 101110 |
Color Harmonies of #4094AC
Complementary color
Monochromatic Colors of #4094AC
Black with #4094AC
Text Example
Text Example
White with #4094AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4094AC; }
p { color: rgb(64,148,172); }
H1.HeaderClassName
{
color: #4094AC;
}
.AnyTagClassName
{
color: #4094AC;
}
</style>
background-color css
<style>
a { background-color: #4094AC; }
a { background-color: rgb(64,148,172); }
div.DivClassName
{
background-color: #4094AC;
}
.BgClassName
{
background-color: #4094AC;
}
</style>
border-color css
<style>
span { border-color: #4094AC; }
span { border-color: rgb(64,148,172); }
td.TdClassName
{
border-color: #4094AC;
}
.TagClassName
{
border-color: #4094AC;
}
</style>