Shades of Boston Blue #4296B2
Tints of Boston Blue #4296B2
RGB
CMYK
RGB Variations
Color information
#4296B2 (or 0x4296B2) is known color: Boston Blue. HEX triplet: 42, 96 and B2. RGB value is (66,150,178). Sum of RGB (Red+Green+Blue) = 66+150+178=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 178 - color contains mainly: blue. Hex color #4296B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4296B2 is #BD694D. Grayscale: #7F7F7F. Windows color (decimal): -12413262 or 11703874. OLE color: 11703874.
HSL color Cylindrical-coordinate representation of color #4296B2: hue angle of 195º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4296B2 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 150 | 178 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.30 |
| HSL | 195º | 0.46% | 0.48% | - |
| HSV(B) | 195º | 0.63% | 0.7% | - |
| XYZ | 21.19 | 26.19 | 46.06 | - |
| YUV | 128.08 | 156.17 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 178 | 0.63 | 0.16 | 0 | 0.30 | 195 | 0.46 | 0.48 |
| Hex | 42 | 96 | B2 | 3F | 10 | 0 | 1E | C3 | 2E | 30 |
| Octal | 102 | 226 | 262 | 77 | 20 | 0 | 36 | 303 | 56 | 60 |
| Binary | 1000010 | 10010110 | 10110010 | 111111 | 10000 | 0 | 11110 | 11000011 | 101110 | 110000 |
Color Harmonies of #4296B2
Complementary color
Monochromatic Colors of #4296B2
Black with #4296B2
Text Example
Text Example
White with #4296B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4296B2; }
p { color: rgb(66,150,178); }
H1.HeaderClassName
{
color: #4296B2;
}
.AnyTagClassName
{
color: #4296B2;
}
</style>
background-color css
<style>
a { background-color: #4296B2; }
a { background-color: rgb(66,150,178); }
div.DivClassName
{
background-color: #4296B2;
}
.BgClassName
{
background-color: #4296B2;
}
</style>
border-color css
<style>
span { border-color: #4296B2; }
span { border-color: rgb(66,150,178); }
td.TdClassName
{
border-color: #4296B2;
}
.TagClassName
{
border-color: #4296B2;
}
</style>