Shades of Boston Blue #429DAB
Tints of Boston Blue #429DAB
RGB
CMYK
RGB Variations
Color information
#429DAB (or 0x429DAB) is known color: Boston Blue. HEX triplet: 42, 9D and AB. RGB value is (66,157,171). Sum of RGB (Red+Green+Blue) = 66+157+171=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #429DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429DAB is #BD6254. Grayscale: #838383. Windows color (decimal): -12411477 or 11246914. OLE color: 11246914.
HSL color Cylindrical-coordinate representation of color #429DAB: hue angle of 188º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #429DAB is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 157 | 171 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.33 |
| HSL | 188º | 0.44% | 0.46% | - |
| HSV(B) | 188º | 0.61% | 0.67% | - |
| XYZ | 21.65 | 28.21 | 42.83 | - |
| YUV | 131.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 171 | 0.61 | 0.08 | 0 | 0.33 | 188 | 0.44 | 0.46 |
| Hex | 42 | 9D | AB | 3D | 8 | 0 | 21 | BC | 2C | 2E |
| Octal | 102 | 235 | 253 | 75 | 10 | 0 | 41 | 274 | 54 | 56 |
| Binary | 1000010 | 10011101 | 10101011 | 111101 | 1000 | 0 | 100001 | 10111100 | 101100 | 101110 |
Color Harmonies of #429DAB
Complementary color
Monochromatic Colors of #429DAB
Black with #429DAB
Text Example
Text Example
White with #429DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429DAB; }
p { color: rgb(66,157,171); }
H1.HeaderClassName
{
color: #429DAB;
}
.AnyTagClassName
{
color: #429DAB;
}
</style>
background-color css
<style>
a { background-color: #429DAB; }
a { background-color: rgb(66,157,171); }
div.DivClassName
{
background-color: #429DAB;
}
.BgClassName
{
background-color: #429DAB;
}
</style>
border-color css
<style>
span { border-color: #429DAB; }
span { border-color: rgb(66,157,171); }
td.TdClassName
{
border-color: #429DAB;
}
.TagClassName
{
border-color: #429DAB;
}
</style>