Shades of Boston Blue #429BBC
Tints of Boston Blue #429BBC
RGB
CMYK
RGB Variations
Color information
#429BBC (or 0x429BBC) is known color: Boston Blue. HEX triplet: 42, 9B and BC. RGB value is (66,155,188). Sum of RGB (Red+Green+Blue) = 66+155+188=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #429BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BBC is #BD6443. Grayscale: #838383. Windows color (decimal): -12411972 or 12360514. OLE color: 12360514.
HSL color Cylindrical-coordinate representation of color #429BBC: hue angle of 196.23º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429BBC is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 155 | 188 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.26 |
| HSL | 196.23º | 0.48% | 0.5% | - |
| HSV(B) | 196.23º | 0.65% | 0.74% | - |
| XYZ | 23.05 | 28.23 | 51.81 | - |
| YUV | 132.15 | 159.51 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 188 | 0.65 | 0.18 | 0 | 0.26 | 196.23 | 0.48 | 0.5 |
| Hex | 42 | 9B | BC | 41 | 12 | 0 | 1A | C4 | 30 | 32 |
| Octal | 102 | 233 | 274 | 101 | 22 | 0 | 32 | 304 | 60 | 62 |
| Binary | 1000010 | 10011011 | 10111100 | 1000001 | 10010 | 0 | 11010 | 11000100 | 110000 | 110010 |
Color Harmonies of #429BBC
Complementary color
Monochromatic Colors of #429BBC
Black with #429BBC
Text Example
Text Example
White with #429BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BBC; }
p { color: rgb(66,155,188); }
H1.HeaderClassName
{
color: #429BBC;
}
.AnyTagClassName
{
color: #429BBC;
}
</style>
background-color css
<style>
a { background-color: #429BBC; }
a { background-color: rgb(66,155,188); }
div.DivClassName
{
background-color: #429BBC;
}
.BgClassName
{
background-color: #429BBC;
}
</style>
border-color css
<style>
span { border-color: #429BBC; }
span { border-color: rgb(66,155,188); }
td.TdClassName
{
border-color: #429BBC;
}
.TagClassName
{
border-color: #429BBC;
}
</style>