Shades of Boston Blue #4390AB
Tints of Boston Blue #4390AB
RGB
CMYK
RGB Variations
Color information
#4390AB (or 0x4390AB) is known color: Boston Blue. HEX triplet: 43, 90 and AB. RGB value is (67,144,171). Sum of RGB (Red+Green+Blue) = 67+144+171=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #4390AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4390AB is #BC6F54. Grayscale: #7B7B7B. Windows color (decimal): -12349269 or 11243587. OLE color: 11243587.
HSL color Cylindrical-coordinate representation of color #4390AB: hue angle of 195.58º 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 #4390AB is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 144 | 171 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.33 |
| HSL | 195.58º | 0.44% | 0.47% | - |
| HSV(B) | 195.58º | 0.61% | 0.67% | - |
| XYZ | 19.64 | 24.08 | 42.14 | - |
| YUV | 124.06 | 154.49 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 171 | 0.61 | 0.16 | 0 | 0.33 | 195.58 | 0.44 | 0.47 |
| Hex | 43 | 90 | AB | 3D | 10 | 0 | 21 | C4 | 2C | 2F |
| Octal | 103 | 220 | 253 | 75 | 20 | 0 | 41 | 304 | 54 | 57 |
| Binary | 1000011 | 10010000 | 10101011 | 111101 | 10000 | 0 | 100001 | 11000100 | 101100 | 101111 |
Color Harmonies of #4390AB
Complementary color
Monochromatic Colors of #4390AB
Black with #4390AB
Text Example
Text Example
White with #4390AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4390AB; }
p { color: rgb(67,144,171); }
H1.HeaderClassName
{
color: #4390AB;
}
.AnyTagClassName
{
color: #4390AB;
}
</style>
background-color css
<style>
a { background-color: #4390AB; }
a { background-color: rgb(67,144,171); }
div.DivClassName
{
background-color: #4390AB;
}
.BgClassName
{
background-color: #4390AB;
}
</style>
border-color css
<style>
span { border-color: #4390AB; }
span { border-color: rgb(67,144,171); }
td.TdClassName
{
border-color: #4390AB;
}
.TagClassName
{
border-color: #4390AB;
}
</style>