Shades of Boston Blue #4B9DAC
Tints of Boston Blue #4B9DAC
RGB
CMYK
RGB Variations
Color information
#4B9DAC (or 0x4B9DAC) is known color: Boston Blue. HEX triplet: 4B, 9D and AC. RGB value is (75,157,172). Sum of RGB (Red+Green+Blue) = 75+157+172=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B9DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9DAC is #B46253. Grayscale: #868686. Windows color (decimal): -11821652 or 11312459. OLE color: 11312459.
HSL color Cylindrical-coordinate representation of color #4B9DAC: hue angle of 189.28º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B9DAC is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 157 | 172 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.33 |
| HSL | 189.28º | 0.39% | 0.48% | - |
| HSV(B) | 189.28º | 0.56% | 0.67% | - |
| XYZ | 22.41 | 28.59 | 43.37 | - |
| YUV | 134.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 157 | 172 | 0.56 | 0.09 | 0 | 0.33 | 189.28 | 0.39 | 0.48 |
| Hex | 4B | 9D | AC | 38 | 9 | 0 | 21 | BD | 27 | 30 |
| Octal | 113 | 235 | 254 | 70 | 11 | 0 | 41 | 275 | 47 | 60 |
| Binary | 1001011 | 10011101 | 10101100 | 111000 | 1001 | 0 | 100001 | 10111101 | 100111 | 110000 |
Color Harmonies of #4B9DAC
Complementary color
Monochromatic Colors of #4B9DAC
Black with #4B9DAC
Text Example
Text Example
White with #4B9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9DAC; }
p { color: rgb(75,157,172); }
H1.HeaderClassName
{
color: #4B9DAC;
}
.AnyTagClassName
{
color: #4B9DAC;
}
</style>
background-color css
<style>
a { background-color: #4B9DAC; }
a { background-color: rgb(75,157,172); }
div.DivClassName
{
background-color: #4B9DAC;
}
.BgClassName
{
background-color: #4B9DAC;
}
</style>
border-color css
<style>
span { border-color: #4B9DAC; }
span { border-color: rgb(75,157,172); }
td.TdClassName
{
border-color: #4B9DAC;
}
.TagClassName
{
border-color: #4B9DAC;
}
</style>