Shades of Boston Blue #4294BC
Tints of Boston Blue #4294BC
RGB
CMYK
RGB Variations
Color information
#4294BC (or 0x4294BC) is known color: Boston Blue. HEX triplet: 42, 94 and BC. RGB value is (66,148,188). Sum of RGB (Red+Green+Blue) = 66+148+188=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #4294BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4294BC is #BD6B43. Grayscale: #7F7F7F. Windows color (decimal): -12413764 or 12358722. OLE color: 12358722.
HSL color Cylindrical-coordinate representation of color #4294BC: hue angle of 199.67º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4294BC is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 148 | 188 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.26 |
| HSL | 199.67º | 0.48% | 0.5% | - |
| HSV(B) | 199.67º | 0.65% | 0.74% | - |
| XYZ | 21.91 | 25.97 | 51.43 | - |
| YUV | 128.04 | 161.83 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 188 | 0.65 | 0.21 | 0 | 0.26 | 199.67 | 0.48 | 0.5 |
| Hex | 42 | 94 | BC | 41 | 15 | 0 | 1A | C8 | 30 | 32 |
| Octal | 102 | 224 | 274 | 101 | 25 | 0 | 32 | 310 | 60 | 62 |
| Binary | 1000010 | 10010100 | 10111100 | 1000001 | 10101 | 0 | 11010 | 11001000 | 110000 | 110010 |
Color Harmonies of #4294BC
Complementary color
Monochromatic Colors of #4294BC
Black with #4294BC
Text Example
Text Example
White with #4294BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4294BC; }
p { color: rgb(66,148,188); }
H1.HeaderClassName
{
color: #4294BC;
}
.AnyTagClassName
{
color: #4294BC;
}
</style>
background-color css
<style>
a { background-color: #4294BC; }
a { background-color: rgb(66,148,188); }
div.DivClassName
{
background-color: #4294BC;
}
.BgClassName
{
background-color: #4294BC;
}
</style>
border-color css
<style>
span { border-color: #4294BC; }
span { border-color: rgb(66,148,188); }
td.TdClassName
{
border-color: #4294BC;
}
.TagClassName
{
border-color: #4294BC;
}
</style>