Shades of Boston Blue #429DB5
Tints of Boston Blue #429DB5
RGB
CMYK
RGB Variations
Color information
#429DB5 (or 0x429DB5) is known color: Boston Blue. HEX triplet: 42, 9D and B5. RGB value is (66,157,181). Sum of RGB (Red+Green+Blue) = 66+157+181=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #429DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DB5 is #BD624A. Grayscale: #848484. Windows color (decimal): -12411467 or 11902274. OLE color: 11902274.
HSL color Cylindrical-coordinate representation of color #429DB5: hue angle of 192.52º 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 #429DB5 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 157 | 181 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.29 |
| HSL | 192.52º | 0.47% | 0.48% | - |
| HSV(B) | 192.52º | 0.64% | 0.71% | - |
| XYZ | 22.64 | 28.61 | 48.04 | - |
| YUV | 132.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 181 | 0.64 | 0.13 | 0 | 0.29 | 192.52 | 0.47 | 0.48 |
| Hex | 42 | 9D | B5 | 40 | D | 0 | 1D | C1 | 2F | 30 |
| Octal | 102 | 235 | 265 | 100 | 15 | 0 | 35 | 301 | 57 | 60 |
| Binary | 1000010 | 10011101 | 10110101 | 1000000 | 1101 | 0 | 11101 | 11000001 | 101111 | 110000 |
Color Harmonies of #429DB5
Complementary color
Monochromatic Colors of #429DB5
Black with #429DB5
Text Example
Text Example
White with #429DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429DB5; }
p { color: rgb(66,157,181); }
H1.HeaderClassName
{
color: #429DB5;
}
.AnyTagClassName
{
color: #429DB5;
}
</style>
background-color css
<style>
a { background-color: #429DB5; }
a { background-color: rgb(66,157,181); }
div.DivClassName
{
background-color: #429DB5;
}
.BgClassName
{
background-color: #429DB5;
}
</style>
border-color css
<style>
span { border-color: #429DB5; }
span { border-color: rgb(66,157,181); }
td.TdClassName
{
border-color: #429DB5;
}
.TagClassName
{
border-color: #429DB5;
}
</style>