Shades of Boston Blue #4297BE
Tints of Boston Blue #4297BE
RGB
CMYK
RGB Variations
Color information
#4297BE (or 0x4297BE) is known color: Boston Blue. HEX triplet: 42, 97 and BE. RGB value is (66,151,190). Sum of RGB (Red+Green+Blue) = 66+151+190=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #4297BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4297BE is #BD6841. Grayscale: #818181. Windows color (decimal): -12412994 or 12490562. OLE color: 12490562.
HSL color Cylindrical-coordinate representation of color #4297BE: hue angle of 198.87º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4297BE is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 151 | 190 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.25 |
| HSL | 198.87º | 0.49% | 0.5% | - |
| HSV(B) | 198.87º | 0.65% | 0.75% | - |
| XYZ | 22.61 | 27.01 | 52.74 | - |
| YUV | 130.03 | 161.84 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 190 | 0.65 | 0.21 | 0 | 0.25 | 198.87 | 0.49 | 0.5 |
| Hex | 42 | 97 | BE | 41 | 15 | 0 | 19 | C7 | 31 | 32 |
| Octal | 102 | 227 | 276 | 101 | 25 | 0 | 31 | 307 | 61 | 62 |
| Binary | 1000010 | 10010111 | 10111110 | 1000001 | 10101 | 0 | 11001 | 11000111 | 110001 | 110010 |
Color Harmonies of #4297BE
Complementary color
Monochromatic Colors of #4297BE
Black with #4297BE
Text Example
Text Example
White with #4297BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4297BE; }
p { color: rgb(66,151,190); }
H1.HeaderClassName
{
color: #4297BE;
}
.AnyTagClassName
{
color: #4297BE;
}
</style>
background-color css
<style>
a { background-color: #4297BE; }
a { background-color: rgb(66,151,190); }
div.DivClassName
{
background-color: #4297BE;
}
.BgClassName
{
background-color: #4297BE;
}
</style>
border-color css
<style>
span { border-color: #4297BE; }
span { border-color: rgb(66,151,190); }
td.TdClassName
{
border-color: #4297BE;
}
.TagClassName
{
border-color: #4297BE;
}
</style>