Shades of Boston Blue #429ABC
Tints of Boston Blue #429ABC
RGB
CMYK
RGB Variations
Color information
#429ABC (or 0x429ABC) is known color: Boston Blue. HEX triplet: 42, 9A and BC. RGB value is (66,154,188). Sum of RGB (Red+Green+Blue) = 66+154+188=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #429ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ABC is #BD6543. Grayscale: #838383. Windows color (decimal): -12412228 or 12360258. OLE color: 12360258.
HSL color Cylindrical-coordinate representation of color #429ABC: hue angle of 196.72º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429ABC is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 154 | 188 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.26 |
| HSL | 196.72º | 0.48% | 0.5% | - |
| HSV(B) | 196.72º | 0.65% | 0.74% | - |
| XYZ | 22.88 | 27.9 | 51.76 | - |
| YUV | 131.56 | 159.85 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 188 | 0.65 | 0.18 | 0 | 0.26 | 196.72 | 0.48 | 0.5 |
| Hex | 42 | 9A | BC | 41 | 12 | 0 | 1A | C5 | 30 | 32 |
| Octal | 102 | 232 | 274 | 101 | 22 | 0 | 32 | 305 | 60 | 62 |
| Binary | 1000010 | 10011010 | 10111100 | 1000001 | 10010 | 0 | 11010 | 11000101 | 110000 | 110010 |
Color Harmonies of #429ABC
Complementary color
Monochromatic Colors of #429ABC
Black with #429ABC
Text Example
Text Example
White with #429ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429ABC; }
p { color: rgb(66,154,188); }
H1.HeaderClassName
{
color: #429ABC;
}
.AnyTagClassName
{
color: #429ABC;
}
</style>
background-color css
<style>
a { background-color: #429ABC; }
a { background-color: rgb(66,154,188); }
div.DivClassName
{
background-color: #429ABC;
}
.BgClassName
{
background-color: #429ABC;
}
</style>
border-color css
<style>
span { border-color: #429ABC; }
span { border-color: rgb(66,154,188); }
td.TdClassName
{
border-color: #429ABC;
}
.TagClassName
{
border-color: #429ABC;
}
</style>