Shades of Boston Blue #429BAC
Tints of Boston Blue #429BAC
RGB
CMYK
RGB Variations
Color information
#429BAC (or 0x429BAC) is known color: Boston Blue. HEX triplet: 42, 9B and AC. RGB value is (66,155,172). Sum of RGB (Red+Green+Blue) = 66+155+172=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #429BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429BAC is #BD6453. Grayscale: #828282. Windows color (decimal): -12411988 or 11311938. OLE color: 11311938.
HSL color Cylindrical-coordinate representation of color #429BAC: hue angle of 189.62º 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 #429BAC is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 155 | 172 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.33 |
| HSL | 189.62º | 0.45% | 0.47% | - |
| HSV(B) | 189.62º | 0.62% | 0.67% | - |
| XYZ | 21.41 | 27.58 | 43.22 | - |
| YUV | 130.33 | 151.51 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 172 | 0.62 | 0.10 | 0 | 0.33 | 189.62 | 0.45 | 0.47 |
| Hex | 42 | 9B | AC | 3E | A | 0 | 21 | BE | 2D | 2F |
| Octal | 102 | 233 | 254 | 76 | 12 | 0 | 41 | 276 | 55 | 57 |
| Binary | 1000010 | 10011011 | 10101100 | 111110 | 1010 | 0 | 100001 | 10111110 | 101101 | 101111 |
Color Harmonies of #429BAC
Complementary color
Monochromatic Colors of #429BAC
Black with #429BAC
Text Example
Text Example
White with #429BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BAC; }
p { color: rgb(66,155,172); }
H1.HeaderClassName
{
color: #429BAC;
}
.AnyTagClassName
{
color: #429BAC;
}
</style>
background-color css
<style>
a { background-color: #429BAC; }
a { background-color: rgb(66,155,172); }
div.DivClassName
{
background-color: #429BAC;
}
.BgClassName
{
background-color: #429BAC;
}
</style>
border-color css
<style>
span { border-color: #429BAC; }
span { border-color: rgb(66,155,172); }
td.TdClassName
{
border-color: #429BAC;
}
.TagClassName
{
border-color: #429BAC;
}
</style>