Shades of Boston Blue #4294AC
Tints of Boston Blue #4294AC
RGB
CMYK
RGB Variations
Color information
#4294AC (or 0x4294AC) is known color: Boston Blue. HEX triplet: 42, 94 and AC. RGB value is (66,148,172). Sum of RGB (Red+Green+Blue) = 66+148+172=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #4294AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4294AC is #BD6B53. Grayscale: #7E7E7E. Windows color (decimal): -12413780 or 11310146. OLE color: 11310146.
HSL color Cylindrical-coordinate representation of color #4294AC: hue angle of 193.58º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4294AC is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 148 | 172 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.33 |
| HSL | 193.58º | 0.45% | 0.47% | - |
| HSV(B) | 193.58º | 0.62% | 0.67% | - |
| XYZ | 20.28 | 25.32 | 42.85 | - |
| YUV | 126.22 | 153.83 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 172 | 0.62 | 0.14 | 0 | 0.33 | 193.58 | 0.45 | 0.47 |
| Hex | 42 | 94 | AC | 3E | E | 0 | 21 | C2 | 2D | 2F |
| Octal | 102 | 224 | 254 | 76 | 16 | 0 | 41 | 302 | 55 | 57 |
| Binary | 1000010 | 10010100 | 10101100 | 111110 | 1110 | 0 | 100001 | 11000010 | 101101 | 101111 |
Color Harmonies of #4294AC
Complementary color
Monochromatic Colors of #4294AC
Black with #4294AC
Text Example
Text Example
White with #4294AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4294AC; }
p { color: rgb(66,148,172); }
H1.HeaderClassName
{
color: #4294AC;
}
.AnyTagClassName
{
color: #4294AC;
}
</style>
background-color css
<style>
a { background-color: #4294AC; }
a { background-color: rgb(66,148,172); }
div.DivClassName
{
background-color: #4294AC;
}
.BgClassName
{
background-color: #4294AC;
}
</style>
border-color css
<style>
span { border-color: #4294AC; }
span { border-color: rgb(66,148,172); }
td.TdClassName
{
border-color: #4294AC;
}
.TagClassName
{
border-color: #4294AC;
}
</style>