Shades of Boston Blue #4297B6
Tints of Boston Blue #4297B6
RGB
CMYK
RGB Variations
Color information
#4297B6 (or 0x4297B6) is known color: Boston Blue. HEX triplet: 42, 97 and B6. RGB value is (66,151,182). Sum of RGB (Red+Green+Blue) = 66+151+182=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 182 - color contains mainly: blue. Hex color #4297B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4297B6 is #BD6849. Grayscale: #808080. Windows color (decimal): -12413002 or 11966274. OLE color: 11966274.
HSL color Cylindrical-coordinate representation of color #4297B6: hue angle of 196.03º 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 #4297B6 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 151 | 182 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.29 |
| HSL | 196.03º | 0.47% | 0.49% | - |
| HSV(B) | 196.03º | 0.64% | 0.71% | - |
| XYZ | 21.76 | 26.67 | 48.26 | - |
| YUV | 129.12 | 157.84 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 182 | 0.64 | 0.17 | 0 | 0.29 | 196.03 | 0.47 | 0.49 |
| Hex | 42 | 97 | B6 | 40 | 11 | 0 | 1D | C4 | 2F | 31 |
| Octal | 102 | 227 | 266 | 100 | 21 | 0 | 35 | 304 | 57 | 61 |
| Binary | 1000010 | 10010111 | 10110110 | 1000000 | 10001 | 0 | 11101 | 11000100 | 101111 | 110001 |
Color Harmonies of #4297B6
Complementary color
Monochromatic Colors of #4297B6
Black with #4297B6
Text Example
Text Example
White with #4297B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4297B6; }
p { color: rgb(66,151,182); }
H1.HeaderClassName
{
color: #4297B6;
}
.AnyTagClassName
{
color: #4297B6;
}
</style>
background-color css
<style>
a { background-color: #4297B6; }
a { background-color: rgb(66,151,182); }
div.DivClassName
{
background-color: #4297B6;
}
.BgClassName
{
background-color: #4297B6;
}
</style>
border-color css
<style>
span { border-color: #4297B6; }
span { border-color: rgb(66,151,182); }
td.TdClassName
{
border-color: #4297B6;
}
.TagClassName
{
border-color: #4297B6;
}
</style>