Shades of Boston Blue #42A4B4
Tints of Boston Blue #42A4B4
RGB
CMYK
RGB Variations
Color information
#42A4B4 (or 0x42A4B4) is known color: Boston Blue. HEX triplet: 42, A4 and B4. RGB value is (66,164,180). Sum of RGB (Red+Green+Blue) = 66+164+180=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #42A4B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A4B4 is #BD5B4B. Grayscale: #888888. Windows color (decimal): -12409676 or 11838530. OLE color: 11838530.
HSL color Cylindrical-coordinate representation of color #42A4B4: hue angle of 188.42º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42A4B4 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 164 | 180 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.29 |
| HSL | 188.42º | 0.46% | 0.48% | - |
| HSV(B) | 188.42º | 0.63% | 0.71% | - |
| XYZ | 23.76 | 31 | 47.91 | - |
| YUV | 136.52 | 152.53 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 164 | 180 | 0.63 | 0.09 | 0 | 0.29 | 188.42 | 0.46 | 0.48 |
| Hex | 42 | A4 | B4 | 3F | 9 | 0 | 1D | BC | 2E | 30 |
| Octal | 102 | 244 | 264 | 77 | 11 | 0 | 35 | 274 | 56 | 60 |
| Binary | 1000010 | 10100100 | 10110100 | 111111 | 1001 | 0 | 11101 | 10111100 | 101110 | 110000 |
Color Harmonies of #42A4B4
Complementary color
Monochromatic Colors of #42A4B4
Black with #42A4B4
Text Example
Text Example
White with #42A4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A4B4; }
p { color: rgb(66,164,180); }
H1.HeaderClassName
{
color: #42A4B4;
}
.AnyTagClassName
{
color: #42A4B4;
}
</style>
background-color css
<style>
a { background-color: #42A4B4; }
a { background-color: rgb(66,164,180); }
div.DivClassName
{
background-color: #42A4B4;
}
.BgClassName
{
background-color: #42A4B4;
}
</style>
border-color css
<style>
span { border-color: #42A4B4; }
span { border-color: rgb(66,164,180); }
td.TdClassName
{
border-color: #42A4B4;
}
.TagClassName
{
border-color: #42A4B4;
}
</style>