Shades of Boston Blue #429ABB
Tints of Boston Blue #429ABB
RGB
CMYK
RGB Variations
Color information
#429ABB (or 0x429ABB) is known color: Boston Blue. HEX triplet: 42, 9A and BB. RGB value is (66,154,187). Sum of RGB (Red+Green+Blue) = 66+154+187=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #429ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ABB is #BD6544. Grayscale: #838383. Windows color (decimal): -12412229 or 12294722. OLE color: 12294722.
HSL color Cylindrical-coordinate representation of color #429ABB: hue angle of 196.36º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429ABB is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 154 | 187 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.27 |
| HSL | 196.36º | 0.48% | 0.5% | - |
| HSV(B) | 196.36º | 0.65% | 0.73% | - |
| XYZ | 22.77 | 27.86 | 51.19 | - |
| YUV | 131.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 187 | 0.65 | 0.18 | 0 | 0.27 | 196.36 | 0.48 | 0.5 |
| Hex | 42 | 9A | BB | 41 | 12 | 0 | 1B | C4 | 30 | 32 |
| Octal | 102 | 232 | 273 | 101 | 22 | 0 | 33 | 304 | 60 | 62 |
| Binary | 1000010 | 10011010 | 10111011 | 1000001 | 10010 | 0 | 11011 | 11000100 | 110000 | 110010 |
Color Harmonies of #429ABB
Complementary color
Monochromatic Colors of #429ABB
Black with #429ABB
Text Example
Text Example
White with #429ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429ABB; }
p { color: rgb(66,154,187); }
H1.HeaderClassName
{
color: #429ABB;
}
.AnyTagClassName
{
color: #429ABB;
}
</style>
background-color css
<style>
a { background-color: #429ABB; }
a { background-color: rgb(66,154,187); }
div.DivClassName
{
background-color: #429ABB;
}
.BgClassName
{
background-color: #429ABB;
}
</style>
border-color css
<style>
span { border-color: #429ABB; }
span { border-color: rgb(66,154,187); }
td.TdClassName
{
border-color: #429ABB;
}
.TagClassName
{
border-color: #429ABB;
}
</style>