Shades of Boston Blue #42A1B6
Tints of Boston Blue #42A1B6
RGB
CMYK
RGB Variations
Color information
#42A1B6 (or 0x42A1B6) is known color: Boston Blue. HEX triplet: 42, A1 and B6. RGB value is (66,161,182). Sum of RGB (Red+Green+Blue) = 66+161+182=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #42A1B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A1B6 is #BD5E49. Grayscale: #868686. Windows color (decimal): -12410442 or 11968834. OLE color: 11968834.
HSL color Cylindrical-coordinate representation of color #42A1B6: hue angle of 190.86º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42A1B6 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 161 | 182 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.29 |
| HSL | 190.86º | 0.47% | 0.49% | - |
| HSV(B) | 190.86º | 0.64% | 0.71% | - |
| XYZ | 23.44 | 30.03 | 48.82 | - |
| YUV | 134.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 182 | 0.64 | 0.12 | 0 | 0.29 | 190.86 | 0.47 | 0.49 |
| Hex | 42 | A1 | B6 | 40 | C | 0 | 1D | BF | 2F | 31 |
| Octal | 102 | 241 | 266 | 100 | 14 | 0 | 35 | 277 | 57 | 61 |
| Binary | 1000010 | 10100001 | 10110110 | 1000000 | 1100 | 0 | 11101 | 10111111 | 101111 | 110001 |
Color Harmonies of #42A1B6
Complementary color
Monochromatic Colors of #42A1B6
Black with #42A1B6
Text Example
Text Example
White with #42A1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A1B6; }
p { color: rgb(66,161,182); }
H1.HeaderClassName
{
color: #42A1B6;
}
.AnyTagClassName
{
color: #42A1B6;
}
</style>
background-color css
<style>
a { background-color: #42A1B6; }
a { background-color: rgb(66,161,182); }
div.DivClassName
{
background-color: #42A1B6;
}
.BgClassName
{
background-color: #42A1B6;
}
</style>
border-color css
<style>
span { border-color: #42A1B6; }
span { border-color: rgb(66,161,182); }
td.TdClassName
{
border-color: #42A1B6;
}
.TagClassName
{
border-color: #42A1B6;
}
</style>