Shades of Boston Blue #429AB3
Tints of Boston Blue #429AB3
RGB
CMYK
RGB Variations
Color information
#429AB3 (or 0x429AB3) is known color: Boston Blue. HEX triplet: 42, 9A and B3. RGB value is (66,154,179). Sum of RGB (Red+Green+Blue) = 66+154+179=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #429AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429AB3 is #BD654C. Grayscale: #828282. Windows color (decimal): -12412237 or 11770434. OLE color: 11770434.
HSL color Cylindrical-coordinate representation of color #429AB3: hue angle of 193.27º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #429AB3 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 154 | 179 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.30 |
| HSL | 193.27º | 0.46% | 0.48% | - |
| HSV(B) | 193.27º | 0.63% | 0.7% | - |
| XYZ | 21.94 | 27.52 | 46.8 | - |
| YUV | 130.54 | 155.35 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 179 | 0.63 | 0.14 | 0 | 0.30 | 193.27 | 0.46 | 0.48 |
| Hex | 42 | 9A | B3 | 3F | E | 0 | 1E | C1 | 2E | 30 |
| Octal | 102 | 232 | 263 | 77 | 16 | 0 | 36 | 301 | 56 | 60 |
| Binary | 1000010 | 10011010 | 10110011 | 111111 | 1110 | 0 | 11110 | 11000001 | 101110 | 110000 |
Color Harmonies of #429AB3
Complementary color
Monochromatic Colors of #429AB3
Black with #429AB3
Text Example
Text Example
White with #429AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429AB3; }
p { color: rgb(66,154,179); }
H1.HeaderClassName
{
color: #429AB3;
}
.AnyTagClassName
{
color: #429AB3;
}
</style>
background-color css
<style>
a { background-color: #429AB3; }
a { background-color: rgb(66,154,179); }
div.DivClassName
{
background-color: #429AB3;
}
.BgClassName
{
background-color: #429AB3;
}
</style>
border-color css
<style>
span { border-color: #429AB3; }
span { border-color: rgb(66,154,179); }
td.TdClassName
{
border-color: #429AB3;
}
.TagClassName
{
border-color: #429AB3;
}
</style>