Shades of Boston Blue #4B8AAF
Tints of Boston Blue #4B8AAF
RGB
CMYK
RGB Variations
Color information
#4B8AAF (or 0x4B8AAF) is known color: Boston Blue. HEX triplet: 4B, 8A and AF. RGB value is (75,138,175). Sum of RGB (Red+Green+Blue) = 75+138+175=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B8AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8AAF is #B47550. Grayscale: #7B7B7B. Windows color (decimal): -11826513 or 11504203. OLE color: 11504203.
HSL color Cylindrical-coordinate representation of color #4B8AAF: hue angle of 202.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B8AAF is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 138 | 175 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.31 |
| HSL | 202.2º | 0.4% | 0.49% | - |
| HSV(B) | 202.2º | 0.57% | 0.69% | - |
| XYZ | 19.73 | 22.77 | 43.91 | - |
| YUV | 123.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 138 | 175 | 0.57 | 0.21 | 0 | 0.31 | 202.2 | 0.4 | 0.49 |
| Hex | 4B | 8A | AF | 39 | 15 | 0 | 1F | CA | 28 | 31 |
| Octal | 113 | 212 | 257 | 71 | 25 | 0 | 37 | 312 | 50 | 61 |
| Binary | 1001011 | 10001010 | 10101111 | 111001 | 10101 | 0 | 11111 | 11001010 | 101000 | 110001 |
Color Harmonies of #4B8AAF
Complementary color
Monochromatic Colors of #4B8AAF
Black with #4B8AAF
Text Example
Text Example
White with #4B8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8AAF; }
p { color: rgb(75,138,175); }
H1.HeaderClassName
{
color: #4B8AAF;
}
.AnyTagClassName
{
color: #4B8AAF;
}
</style>
background-color css
<style>
a { background-color: #4B8AAF; }
a { background-color: rgb(75,138,175); }
div.DivClassName
{
background-color: #4B8AAF;
}
.BgClassName
{
background-color: #4B8AAF;
}
</style>
border-color css
<style>
span { border-color: #4B8AAF; }
span { border-color: rgb(75,138,175); }
td.TdClassName
{
border-color: #4B8AAF;
}
.TagClassName
{
border-color: #4B8AAF;
}
</style>