Shades of Boston Blue #4392BA
Tints of Boston Blue #4392BA
RGB
CMYK
RGB Variations
Color information
#4392BA (or 0x4392BA) is known color: Boston Blue. HEX triplet: 43, 92 and BA. RGB value is (67,146,186). Sum of RGB (Red+Green+Blue) = 67+146+186=399 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.79% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #4392BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4392BA is #BC6D45. Grayscale: #7E7E7E. Windows color (decimal): -12348742 or 12227139. OLE color: 12227139.
HSL color Cylindrical-coordinate representation of color #4392BA: hue angle of 200.17º 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 #4392BA is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 146 | 186 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.27 |
| HSL | 200.17º | 0.47% | 0.5% | - |
| HSV(B) | 200.17º | 0.64% | 0.73% | - |
| XYZ | 21.46 | 25.3 | 50.21 | - |
| YUV | 126.94 | 161.33 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 146 | 186 | 0.64 | 0.22 | 0 | 0.27 | 200.17 | 0.47 | 0.5 |
| Hex | 43 | 92 | BA | 40 | 16 | 0 | 1B | C8 | 2F | 32 |
| Octal | 103 | 222 | 272 | 100 | 26 | 0 | 33 | 310 | 57 | 62 |
| Binary | 1000011 | 10010010 | 10111010 | 1000000 | 10110 | 0 | 11011 | 11001000 | 101111 | 110010 |
Color Harmonies of #4392BA
Complementary color
Monochromatic Colors of #4392BA
Black with #4392BA
Text Example
Text Example
White with #4392BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4392BA; }
p { color: rgb(67,146,186); }
H1.HeaderClassName
{
color: #4392BA;
}
.AnyTagClassName
{
color: #4392BA;
}
</style>
background-color css
<style>
a { background-color: #4392BA; }
a { background-color: rgb(67,146,186); }
div.DivClassName
{
background-color: #4392BA;
}
.BgClassName
{
background-color: #4392BA;
}
</style>
border-color css
<style>
span { border-color: #4392BA; }
span { border-color: rgb(67,146,186); }
td.TdClassName
{
border-color: #4392BA;
}
.TagClassName
{
border-color: #4392BA;
}
</style>