Shades of Boston Blue #429CA4
Tints of Boston Blue #429CA4
RGB
CMYK
RGB Variations
Color information
#429CA4 (or 0x429CA4) is known color: Boston Blue. HEX triplet: 42, 9C and A4. RGB value is (66,156,164). Sum of RGB (Red+Green+Blue) = 66+156+164=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #429CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429CA4 is #BD635B. Grayscale: #818181. Windows color (decimal): -12411740 or 10787906. OLE color: 10787906.
HSL color Cylindrical-coordinate representation of color #429CA4: hue angle of 184.9º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #429CA4 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 156 | 164 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.36 |
| HSL | 184.9º | 0.43% | 0.45% | - |
| HSV(B) | 184.9º | 0.6% | 0.64% | - |
| XYZ | 20.84 | 27.62 | 39.35 | - |
| YUV | 130 | 147.18 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 164 | 0.60 | 0.05 | 0 | 0.36 | 184.9 | 0.43 | 0.45 |
| Hex | 42 | 9C | A4 | 3C | 5 | 0 | 24 | B9 | 2B | 2D |
| Octal | 102 | 234 | 244 | 74 | 5 | 0 | 44 | 271 | 53 | 55 |
| Binary | 1000010 | 10011100 | 10100100 | 111100 | 101 | 0 | 100100 | 10111001 | 101011 | 101101 |
Color Harmonies of #429CA4
Complementary color
Monochromatic Colors of #429CA4
Black with #429CA4
Text Example
Text Example
White with #429CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429CA4; }
p { color: rgb(66,156,164); }
H1.HeaderClassName
{
color: #429CA4;
}
.AnyTagClassName
{
color: #429CA4;
}
</style>
background-color css
<style>
a { background-color: #429CA4; }
a { background-color: rgb(66,156,164); }
div.DivClassName
{
background-color: #429CA4;
}
.BgClassName
{
background-color: #429CA4;
}
</style>
border-color css
<style>
span { border-color: #429CA4; }
span { border-color: rgb(66,156,164); }
td.TdClassName
{
border-color: #429CA4;
}
.TagClassName
{
border-color: #429CA4;
}
</style>