Shades of Boston Blue #4B90A4
Tints of Boston Blue #4B90A4
RGB
CMYK
RGB Variations
Color information
#4B90A4 (or 0x4B90A4) is known color: Boston Blue. HEX triplet: 4B, 90 and A4. RGB value is (75,144,164). Sum of RGB (Red+Green+Blue) = 75+144+164=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B90A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B90A4 is #B46F5B. Grayscale: #7D7D7D. Windows color (decimal): -11824988 or 10784843. OLE color: 10784843.
HSL color Cylindrical-coordinate representation of color #4B90A4: hue angle of 193.48º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B90A4 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 144 | 164 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.36 |
| HSL | 193.48º | 0.37% | 0.47% | - |
| HSV(B) | 193.48º | 0.54% | 0.64% | - |
| XYZ | 19.58 | 24.12 | 38.75 | - |
| YUV | 125.65 | 149.64 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 144 | 164 | 0.54 | 0.12 | 0 | 0.36 | 193.48 | 0.37 | 0.47 |
| Hex | 4B | 90 | A4 | 36 | C | 0 | 24 | C1 | 25 | 2F |
| Octal | 113 | 220 | 244 | 66 | 14 | 0 | 44 | 301 | 45 | 57 |
| Binary | 1001011 | 10010000 | 10100100 | 110110 | 1100 | 0 | 100100 | 11000001 | 100101 | 101111 |
Color Harmonies of #4B90A4
Complementary color
Monochromatic Colors of #4B90A4
Black with #4B90A4
Text Example
Text Example
White with #4B90A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B90A4; }
p { color: rgb(75,144,164); }
H1.HeaderClassName
{
color: #4B90A4;
}
.AnyTagClassName
{
color: #4B90A4;
}
</style>
background-color css
<style>
a { background-color: #4B90A4; }
a { background-color: rgb(75,144,164); }
div.DivClassName
{
background-color: #4B90A4;
}
.BgClassName
{
background-color: #4B90A4;
}
</style>
border-color css
<style>
span { border-color: #4B90A4; }
span { border-color: rgb(75,144,164); }
td.TdClassName
{
border-color: #4B90A4;
}
.TagClassName
{
border-color: #4B90A4;
}
</style>