Shades of Boston Blue #4297B5
Tints of Boston Blue #4297B5
RGB
CMYK
RGB Variations
Color information
#4297B5 (or 0x4297B5) is known color: Boston Blue. HEX triplet: 42, 97 and B5. RGB value is (66,151,181). Sum of RGB (Red+Green+Blue) = 66+151+181=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #4297B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4297B5 is #BD684A. Grayscale: #808080. Windows color (decimal): -12413003 or 11900738. OLE color: 11900738.
HSL color Cylindrical-coordinate representation of color #4297B5: hue angle of 195.65º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4297B5 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 151 | 181 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.29 |
| HSL | 195.65º | 0.47% | 0.48% | - |
| HSV(B) | 195.65º | 0.64% | 0.71% | - |
| XYZ | 21.65 | 26.63 | 47.71 | - |
| YUV | 129.01 | 157.34 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 181 | 0.64 | 0.17 | 0 | 0.29 | 195.65 | 0.47 | 0.48 |
| Hex | 42 | 97 | B5 | 40 | 11 | 0 | 1D | C4 | 2F | 30 |
| Octal | 102 | 227 | 265 | 100 | 21 | 0 | 35 | 304 | 57 | 60 |
| Binary | 1000010 | 10010111 | 10110101 | 1000000 | 10001 | 0 | 11101 | 11000100 | 101111 | 110000 |
Color Harmonies of #4297B5
Complementary color
Monochromatic Colors of #4297B5
Black with #4297B5
Text Example
Text Example
White with #4297B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4297B5; }
p { color: rgb(66,151,181); }
H1.HeaderClassName
{
color: #4297B5;
}
.AnyTagClassName
{
color: #4297B5;
}
</style>
background-color css
<style>
a { background-color: #4297B5; }
a { background-color: rgb(66,151,181); }
div.DivClassName
{
background-color: #4297B5;
}
.BgClassName
{
background-color: #4297B5;
}
</style>
border-color css
<style>
span { border-color: #4297B5; }
span { border-color: rgb(66,151,181); }
td.TdClassName
{
border-color: #4297B5;
}
.TagClassName
{
border-color: #4297B5;
}
</style>