Shades of Boston Blue #429AB5
Tints of Boston Blue #429AB5
RGB
CMYK
RGB Variations
Color information
#429AB5 (or 0x429AB5) is known color: Boston Blue. HEX triplet: 42, 9A and B5. RGB value is (66,154,181). Sum of RGB (Red+Green+Blue) = 66+154+181=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #429AB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429AB5 is #BD654A. Grayscale: #828282. Windows color (decimal): -12412235 or 11901506. OLE color: 11901506.
HSL color Cylindrical-coordinate representation of color #429AB5: hue angle of 194.09º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #429AB5 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 154 | 181 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.29 |
| HSL | 194.09º | 0.47% | 0.48% | - |
| HSV(B) | 194.09º | 0.64% | 0.71% | - |
| XYZ | 22.14 | 27.61 | 47.88 | - |
| YUV | 130.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 181 | 0.64 | 0.15 | 0 | 0.29 | 194.09 | 0.47 | 0.48 |
| Hex | 42 | 9A | B5 | 40 | F | 0 | 1D | C2 | 2F | 30 |
| Octal | 102 | 232 | 265 | 100 | 17 | 0 | 35 | 302 | 57 | 60 |
| Binary | 1000010 | 10011010 | 10110101 | 1000000 | 1111 | 0 | 11101 | 11000010 | 101111 | 110000 |
Color Harmonies of #429AB5
Complementary color
Monochromatic Colors of #429AB5
Black with #429AB5
Text Example
Text Example
White with #429AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429AB5; }
p { color: rgb(66,154,181); }
H1.HeaderClassName
{
color: #429AB5;
}
.AnyTagClassName
{
color: #429AB5;
}
</style>
background-color css
<style>
a { background-color: #429AB5; }
a { background-color: rgb(66,154,181); }
div.DivClassName
{
background-color: #429AB5;
}
.BgClassName
{
background-color: #429AB5;
}
</style>
border-color css
<style>
span { border-color: #429AB5; }
span { border-color: rgb(66,154,181); }
td.TdClassName
{
border-color: #429AB5;
}
.TagClassName
{
border-color: #429AB5;
}
</style>