Shades of Boston Blue #4295BA
Tints of Boston Blue #4295BA
RGB
CMYK
RGB Variations
Color information
#4295BA (or 0x4295BA) is known color: Boston Blue. HEX triplet: 42, 95 and BA. RGB value is (66,149,186). Sum of RGB (Red+Green+Blue) = 66+149+186=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #4295BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4295BA is #BD6A45. Grayscale: #808080. Windows color (decimal): -12413510 or 12227906. OLE color: 12227906.
HSL color Cylindrical-coordinate representation of color #4295BA: hue angle of 198.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4295BA is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 149 | 186 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.27 |
| HSL | 198.5º | 0.48% | 0.49% | - |
| HSV(B) | 198.5º | 0.65% | 0.73% | - |
| XYZ | 21.86 | 26.2 | 50.36 | - |
| YUV | 128.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 186 | 0.65 | 0.20 | 0 | 0.27 | 198.5 | 0.48 | 0.49 |
| Hex | 42 | 95 | BA | 41 | 14 | 0 | 1B | C6 | 30 | 31 |
| Octal | 102 | 225 | 272 | 101 | 24 | 0 | 33 | 306 | 60 | 61 |
| Binary | 1000010 | 10010101 | 10111010 | 1000001 | 10100 | 0 | 11011 | 11000110 | 110000 | 110001 |
Color Harmonies of #4295BA
Complementary color
Monochromatic Colors of #4295BA
Black with #4295BA
Text Example
Text Example
White with #4295BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4295BA; }
p { color: rgb(66,149,186); }
H1.HeaderClassName
{
color: #4295BA;
}
.AnyTagClassName
{
color: #4295BA;
}
</style>
background-color css
<style>
a { background-color: #4295BA; }
a { background-color: rgb(66,149,186); }
div.DivClassName
{
background-color: #4295BA;
}
.BgClassName
{
background-color: #4295BA;
}
</style>
border-color css
<style>
span { border-color: #4295BA; }
span { border-color: rgb(66,149,186); }
td.TdClassName
{
border-color: #4295BA;
}
.TagClassName
{
border-color: #4295BA;
}
</style>