Shades of Boston Blue #4294AF
Tints of Boston Blue #4294AF
RGB
CMYK
RGB Variations
Color information
#4294AF (or 0x4294AF) is known color: Boston Blue. HEX triplet: 42, 94 and AF. RGB value is (66,148,175). Sum of RGB (Red+Green+Blue) = 66+148+175=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #4294AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4294AF is #BD6B50. Grayscale: #7E7E7E. Windows color (decimal): -12413777 or 11506754. OLE color: 11506754.
HSL color Cylindrical-coordinate representation of color #4294AF: hue angle of 194.86º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4294AF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 148 | 175 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.31 |
| HSL | 194.86º | 0.45% | 0.47% | - |
| HSV(B) | 194.86º | 0.62% | 0.69% | - |
| XYZ | 20.57 | 25.43 | 44.38 | - |
| YUV | 126.56 | 155.33 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 175 | 0.62 | 0.15 | 0 | 0.31 | 194.86 | 0.45 | 0.47 |
| Hex | 42 | 94 | AF | 3E | F | 0 | 1F | C3 | 2D | 2F |
| Octal | 102 | 224 | 257 | 76 | 17 | 0 | 37 | 303 | 55 | 57 |
| Binary | 1000010 | 10010100 | 10101111 | 111110 | 1111 | 0 | 11111 | 11000011 | 101101 | 101111 |
Color Harmonies of #4294AF
Complementary color
Monochromatic Colors of #4294AF
Black with #4294AF
Text Example
Text Example
White with #4294AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4294AF; }
p { color: rgb(66,148,175); }
H1.HeaderClassName
{
color: #4294AF;
}
.AnyTagClassName
{
color: #4294AF;
}
</style>
background-color css
<style>
a { background-color: #4294AF; }
a { background-color: rgb(66,148,175); }
div.DivClassName
{
background-color: #4294AF;
}
.BgClassName
{
background-color: #4294AF;
}
</style>
border-color css
<style>
span { border-color: #4294AF; }
span { border-color: rgb(66,148,175); }
td.TdClassName
{
border-color: #4294AF;
}
.TagClassName
{
border-color: #4294AF;
}
</style>