Shades of Boston Blue #429DAA
Tints of Boston Blue #429DAA
RGB
CMYK
RGB Variations
Color information
#429DAA (or 0x429DAA) is known color: Boston Blue. HEX triplet: 42, 9D and AA. RGB value is (66,157,170). Sum of RGB (Red+Green+Blue) = 66+157+170=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #429DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429DAA is #BD6255. Grayscale: #838383. Windows color (decimal): -12411478 or 11181378. OLE color: 11181378.
HSL color Cylindrical-coordinate representation of color #429DAA: hue angle of 187.5º 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 #429DAA is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 157 | 170 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.33 |
| HSL | 187.5º | 0.44% | 0.46% | - |
| HSV(B) | 187.5º | 0.61% | 0.67% | - |
| XYZ | 21.56 | 28.17 | 42.33 | - |
| YUV | 131.27 | 149.85 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 170 | 0.61 | 0.08 | 0 | 0.33 | 187.5 | 0.44 | 0.46 |
| Hex | 42 | 9D | AA | 3D | 8 | 0 | 21 | BC | 2C | 2E |
| Octal | 102 | 235 | 252 | 75 | 10 | 0 | 41 | 274 | 54 | 56 |
| Binary | 1000010 | 10011101 | 10101010 | 111101 | 1000 | 0 | 100001 | 10111100 | 101100 | 101110 |
Color Harmonies of #429DAA
Complementary color
Monochromatic Colors of #429DAA
Black with #429DAA
Text Example
Text Example
White with #429DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429DAA; }
p { color: rgb(66,157,170); }
H1.HeaderClassName
{
color: #429DAA;
}
.AnyTagClassName
{
color: #429DAA;
}
</style>
background-color css
<style>
a { background-color: #429DAA; }
a { background-color: rgb(66,157,170); }
div.DivClassName
{
background-color: #429DAA;
}
.BgClassName
{
background-color: #429DAA;
}
</style>
border-color css
<style>
span { border-color: #429DAA; }
span { border-color: rgb(66,157,170); }
td.TdClassName
{
border-color: #429DAA;
}
.TagClassName
{
border-color: #429DAA;
}
</style>