Shades of Boston Blue #429FAC
Tints of Boston Blue #429FAC
RGB
CMYK
RGB Variations
Color information
#429FAC (or 0x429FAC) is known color: Boston Blue. HEX triplet: 42, 9F and AC. RGB value is (66,159,172). Sum of RGB (Red+Green+Blue) = 66+159+172=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #429FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429FAC is #BD6053. Grayscale: #848484. Windows color (decimal): -12410964 or 11312962. OLE color: 11312962.
HSL color Cylindrical-coordinate representation of color #429FAC: hue angle of 187.36º 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 #429FAC is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 159 | 172 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.33 |
| HSL | 187.36º | 0.45% | 0.47% | - |
| HSV(B) | 187.36º | 0.62% | 0.67% | - |
| XYZ | 22.09 | 28.93 | 43.45 | - |
| YUV | 132.68 | 150.19 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 172 | 0.62 | 0.08 | 0 | 0.33 | 187.36 | 0.45 | 0.47 |
| Hex | 42 | 9F | AC | 3E | 8 | 0 | 21 | BB | 2D | 2F |
| Octal | 102 | 237 | 254 | 76 | 10 | 0 | 41 | 273 | 55 | 57 |
| Binary | 1000010 | 10011111 | 10101100 | 111110 | 1000 | 0 | 100001 | 10111011 | 101101 | 101111 |
Color Harmonies of #429FAC
Complementary color
Monochromatic Colors of #429FAC
Black with #429FAC
Text Example
Text Example
White with #429FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429FAC; }
p { color: rgb(66,159,172); }
H1.HeaderClassName
{
color: #429FAC;
}
.AnyTagClassName
{
color: #429FAC;
}
</style>
background-color css
<style>
a { background-color: #429FAC; }
a { background-color: rgb(66,159,172); }
div.DivClassName
{
background-color: #429FAC;
}
.BgClassName
{
background-color: #429FAC;
}
</style>
border-color css
<style>
span { border-color: #429FAC; }
span { border-color: rgb(66,159,172); }
td.TdClassName
{
border-color: #429FAC;
}
.TagClassName
{
border-color: #429FAC;
}
</style>