Shades of Boston Blue #429CAC
Tints of Boston Blue #429CAC
RGB
CMYK
RGB Variations
Color information
#429CAC (or 0x429CAC) is known color: Boston Blue. HEX triplet: 42, 9C and AC. RGB value is (66,156,172). Sum of RGB (Red+Green+Blue) = 66+156+172=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #429CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429CAC is #BD6353. Grayscale: #828282. Windows color (decimal): -12411732 or 11312194. OLE color: 11312194.
HSL color Cylindrical-coordinate representation of color #429CAC: hue angle of 189.06º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #429CAC is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 156 | 172 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.33 |
| HSL | 189.06º | 0.45% | 0.47% | - |
| HSV(B) | 189.06º | 0.62% | 0.67% | - |
| XYZ | 21.58 | 27.91 | 43.28 | - |
| YUV | 130.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 172 | 0.62 | 0.09 | 0 | 0.33 | 189.06 | 0.45 | 0.47 |
| Hex | 42 | 9C | AC | 3E | 9 | 0 | 21 | BD | 2D | 2F |
| Octal | 102 | 234 | 254 | 76 | 11 | 0 | 41 | 275 | 55 | 57 |
| Binary | 1000010 | 10011100 | 10101100 | 111110 | 1001 | 0 | 100001 | 10111101 | 101101 | 101111 |
Color Harmonies of #429CAC
Complementary color
Monochromatic Colors of #429CAC
Black with #429CAC
Text Example
Text Example
White with #429CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429CAC; }
p { color: rgb(66,156,172); }
H1.HeaderClassName
{
color: #429CAC;
}
.AnyTagClassName
{
color: #429CAC;
}
</style>
background-color css
<style>
a { background-color: #429CAC; }
a { background-color: rgb(66,156,172); }
div.DivClassName
{
background-color: #429CAC;
}
.BgClassName
{
background-color: #429CAC;
}
</style>
border-color css
<style>
span { border-color: #429CAC; }
span { border-color: rgb(66,156,172); }
td.TdClassName
{
border-color: #429CAC;
}
.TagClassName
{
border-color: #429CAC;
}
</style>