Shades of Boston Blue #429BB9
Tints of Boston Blue #429BB9
RGB
CMYK
RGB Variations
Color information
#429BB9 (or 0x429BB9) is known color: Boston Blue. HEX triplet: 42, 9B and B9. RGB value is (66,155,185). Sum of RGB (Red+Green+Blue) = 66+155+185=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #429BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BB9 is #BD6446. Grayscale: #838383. Windows color (decimal): -12411975 or 12163906. OLE color: 12163906.
HSL color Cylindrical-coordinate representation of color #429BB9: hue angle of 195.13º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #429BB9 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 155 | 185 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.27 |
| HSL | 195.13º | 0.47% | 0.49% | - |
| HSV(B) | 195.13º | 0.64% | 0.73% | - |
| XYZ | 22.73 | 28.1 | 50.13 | - |
| YUV | 131.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 185 | 0.64 | 0.16 | 0 | 0.27 | 195.13 | 0.47 | 0.49 |
| Hex | 42 | 9B | B9 | 40 | 10 | 0 | 1B | C3 | 2F | 31 |
| Octal | 102 | 233 | 271 | 100 | 20 | 0 | 33 | 303 | 57 | 61 |
| Binary | 1000010 | 10011011 | 10111001 | 1000000 | 10000 | 0 | 11011 | 11000011 | 101111 | 110001 |
Color Harmonies of #429BB9
Complementary color
Monochromatic Colors of #429BB9
Black with #429BB9
Text Example
Text Example
White with #429BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BB9; }
p { color: rgb(66,155,185); }
H1.HeaderClassName
{
color: #429BB9;
}
.AnyTagClassName
{
color: #429BB9;
}
</style>
background-color css
<style>
a { background-color: #429BB9; }
a { background-color: rgb(66,155,185); }
div.DivClassName
{
background-color: #429BB9;
}
.BgClassName
{
background-color: #429BB9;
}
</style>
border-color css
<style>
span { border-color: #429BB9; }
span { border-color: rgb(66,155,185); }
td.TdClassName
{
border-color: #429BB9;
}
.TagClassName
{
border-color: #429BB9;
}
</style>