Shades of Boston Blue #4394BA
Tints of Boston Blue #4394BA
RGB
CMYK
RGB Variations
Color information
#4394BA (or 0x4394BA) is known color: Boston Blue. HEX triplet: 43, 94 and BA. RGB value is (67,148,186). Sum of RGB (Red+Green+Blue) = 67+148+186=401 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.71% from 401); Green value is 148 (58.20% from 255 or 36.91% 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 #4394BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4394BA is #BC6B45. Grayscale: #7F7F7F. Windows color (decimal): -12348230 or 12227651. OLE color: 12227651.
HSL color Cylindrical-coordinate representation of color #4394BA: hue angle of 199.16º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4394BA is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 148 | 186 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.27 |
| HSL | 199.16º | 0.47% | 0.5% | - |
| HSV(B) | 199.16º | 0.64% | 0.73% | - |
| XYZ | 21.77 | 25.92 | 50.31 | - |
| YUV | 128.11 | 160.66 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 186 | 0.64 | 0.20 | 0 | 0.27 | 199.16 | 0.47 | 0.5 |
| Hex | 43 | 94 | BA | 40 | 14 | 0 | 1B | C7 | 2F | 32 |
| Octal | 103 | 224 | 272 | 100 | 24 | 0 | 33 | 307 | 57 | 62 |
| Binary | 1000011 | 10010100 | 10111010 | 1000000 | 10100 | 0 | 11011 | 11000111 | 101111 | 110010 |
Color Harmonies of #4394BA
Complementary color
Monochromatic Colors of #4394BA
Black with #4394BA
Text Example
Text Example
White with #4394BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4394BA; }
p { color: rgb(67,148,186); }
H1.HeaderClassName
{
color: #4394BA;
}
.AnyTagClassName
{
color: #4394BA;
}
</style>
background-color css
<style>
a { background-color: #4394BA; }
a { background-color: rgb(67,148,186); }
div.DivClassName
{
background-color: #4394BA;
}
.BgClassName
{
background-color: #4394BA;
}
</style>
border-color css
<style>
span { border-color: #4394BA; }
span { border-color: rgb(67,148,186); }
td.TdClassName
{
border-color: #4394BA;
}
.TagClassName
{
border-color: #4394BA;
}
</style>