Shades of Boston Blue #4F90AC
Tints of Boston Blue #4F90AC
RGB
CMYK
RGB Variations
Color information
#4F90AC (or 0x4F90AC) is known color: Boston Blue. HEX triplet: 4F, 90 and AC. RGB value is (79,144,172). Sum of RGB (Red+Green+Blue) = 79+144+172=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F90AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F90AC is #B06F53. Grayscale: #7F7F7F. Windows color (decimal): -11562836 or 11309135. OLE color: 11309135.
HSL color Cylindrical-coordinate representation of color #4F90AC: hue angle of 198.06º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F90AC is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 144 | 172 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.33 |
| HSL | 198.06º | 0.37% | 0.49% | - |
| HSV(B) | 198.06º | 0.54% | 0.67% | - |
| XYZ | 20.64 | 24.59 | 42.69 | - |
| YUV | 127.76 | 152.97 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 172 | 0.54 | 0.16 | 0 | 0.33 | 198.06 | 0.37 | 0.49 |
| Hex | 4F | 90 | AC | 36 | 10 | 0 | 21 | C6 | 25 | 31 |
| Octal | 117 | 220 | 254 | 66 | 20 | 0 | 41 | 306 | 45 | 61 |
| Binary | 1001111 | 10010000 | 10101100 | 110110 | 10000 | 0 | 100001 | 11000110 | 100101 | 110001 |
Color Harmonies of #4F90AC
Complementary color
Monochromatic Colors of #4F90AC
Black with #4F90AC
Text Example
Text Example
White with #4F90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F90AC; }
p { color: rgb(79,144,172); }
H1.HeaderClassName
{
color: #4F90AC;
}
.AnyTagClassName
{
color: #4F90AC;
}
</style>
background-color css
<style>
a { background-color: #4F90AC; }
a { background-color: rgb(79,144,172); }
div.DivClassName
{
background-color: #4F90AC;
}
.BgClassName
{
background-color: #4F90AC;
}
</style>
border-color css
<style>
span { border-color: #4F90AC; }
span { border-color: rgb(79,144,172); }
td.TdClassName
{
border-color: #4F90AC;
}
.TagClassName
{
border-color: #4F90AC;
}
</style>