Shades of Boston Blue #429AB2
Tints of Boston Blue #429AB2
RGB
CMYK
RGB Variations
Color information
#429AB2 (or 0x429AB2) is known color: Boston Blue. HEX triplet: 42, 9A and B2. RGB value is (66,154,178). Sum of RGB (Red+Green+Blue) = 66+154+178=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #429AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429AB2 is #BD654D. Grayscale: #828282. Windows color (decimal): -12412238 or 11704898. OLE color: 11704898.
HSL color Cylindrical-coordinate representation of color #429AB2: hue angle of 192.86º 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 #429AB2 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 154 | 178 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.30 |
| HSL | 192.86º | 0.46% | 0.48% | - |
| HSV(B) | 192.86º | 0.63% | 0.7% | - |
| XYZ | 21.84 | 27.48 | 46.27 | - |
| YUV | 130.42 | 154.85 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 178 | 0.63 | 0.13 | 0 | 0.30 | 192.86 | 0.46 | 0.48 |
| Hex | 42 | 9A | B2 | 3F | D | 0 | 1E | C1 | 2E | 30 |
| Octal | 102 | 232 | 262 | 77 | 15 | 0 | 36 | 301 | 56 | 60 |
| Binary | 1000010 | 10011010 | 10110010 | 111111 | 1101 | 0 | 11110 | 11000001 | 101110 | 110000 |
Color Harmonies of #429AB2
Complementary color
Monochromatic Colors of #429AB2
Black with #429AB2
Text Example
Text Example
White with #429AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429AB2; }
p { color: rgb(66,154,178); }
H1.HeaderClassName
{
color: #429AB2;
}
.AnyTagClassName
{
color: #429AB2;
}
</style>
background-color css
<style>
a { background-color: #429AB2; }
a { background-color: rgb(66,154,178); }
div.DivClassName
{
background-color: #429AB2;
}
.BgClassName
{
background-color: #429AB2;
}
</style>
border-color css
<style>
span { border-color: #429AB2; }
span { border-color: rgb(66,154,178); }
td.TdClassName
{
border-color: #429AB2;
}
.TagClassName
{
border-color: #429AB2;
}
</style>