Shades of Boston Blue #4392AC
Tints of Boston Blue #4392AC
RGB
CMYK
RGB Variations
Color information
#4392AC (or 0x4392AC) is known color: Boston Blue. HEX triplet: 43, 92 and AC. RGB value is (67,146,172). Sum of RGB (Red+Green+Blue) = 67+146+172=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #4392AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4392AC is #BC6D53. Grayscale: #7D7D7D. Windows color (decimal): -12348756 or 11309635. OLE color: 11309635.
HSL color Cylindrical-coordinate representation of color #4392AC: hue angle of 194.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4392AC is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 146 | 172 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.33 |
| HSL | 194.86º | 0.44% | 0.47% | - |
| HSV(B) | 194.86º | 0.61% | 0.67% | - |
| XYZ | 20.04 | 24.73 | 42.75 | - |
| YUV | 125.34 | 154.33 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 146 | 172 | 0.61 | 0.15 | 0 | 0.33 | 194.86 | 0.44 | 0.47 |
| Hex | 43 | 92 | AC | 3D | F | 0 | 21 | C3 | 2C | 2F |
| Octal | 103 | 222 | 254 | 75 | 17 | 0 | 41 | 303 | 54 | 57 |
| Binary | 1000011 | 10010010 | 10101100 | 111101 | 1111 | 0 | 100001 | 11000011 | 101100 | 101111 |
Color Harmonies of #4392AC
Complementary color
Monochromatic Colors of #4392AC
Black with #4392AC
Text Example
Text Example
White with #4392AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4392AC; }
p { color: rgb(67,146,172); }
H1.HeaderClassName
{
color: #4392AC;
}
.AnyTagClassName
{
color: #4392AC;
}
</style>
background-color css
<style>
a { background-color: #4392AC; }
a { background-color: rgb(67,146,172); }
div.DivClassName
{
background-color: #4392AC;
}
.BgClassName
{
background-color: #4392AC;
}
</style>
border-color css
<style>
span { border-color: #4392AC; }
span { border-color: rgb(67,146,172); }
td.TdClassName
{
border-color: #4392AC;
}
.TagClassName
{
border-color: #4392AC;
}
</style>