Shades of Boston Blue #4291AF
Tints of Boston Blue #4291AF
RGB
CMYK
RGB Variations
Color information
#4291AF (or 0x4291AF) is known color: Boston Blue. HEX triplet: 42, 91 and AF. RGB value is (66,145,175). Sum of RGB (Red+Green+Blue) = 66+145+175=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #4291AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4291AF is #BD6E50. Grayscale: #7C7C7C. Windows color (decimal): -12414545 or 11505986. OLE color: 11505986.
HSL color Cylindrical-coordinate representation of color #4291AF: hue angle of 196.51º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4291AF is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 145 | 175 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.31 |
| HSL | 196.51º | 0.45% | 0.47% | - |
| HSV(B) | 196.51º | 0.62% | 0.69% | - |
| XYZ | 20.11 | 24.5 | 44.23 | - |
| YUV | 124.8 | 156.33 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 175 | 0.62 | 0.17 | 0 | 0.31 | 196.51 | 0.45 | 0.47 |
| Hex | 42 | 91 | AF | 3E | 11 | 0 | 1F | C5 | 2D | 2F |
| Octal | 102 | 221 | 257 | 76 | 21 | 0 | 37 | 305 | 55 | 57 |
| Binary | 1000010 | 10010001 | 10101111 | 111110 | 10001 | 0 | 11111 | 11000101 | 101101 | 101111 |
Color Harmonies of #4291AF
Complementary color
Monochromatic Colors of #4291AF
Black with #4291AF
Text Example
Text Example
White with #4291AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4291AF; }
p { color: rgb(66,145,175); }
H1.HeaderClassName
{
color: #4291AF;
}
.AnyTagClassName
{
color: #4291AF;
}
</style>
background-color css
<style>
a { background-color: #4291AF; }
a { background-color: rgb(66,145,175); }
div.DivClassName
{
background-color: #4291AF;
}
.BgClassName
{
background-color: #4291AF;
}
</style>
border-color css
<style>
span { border-color: #4291AF; }
span { border-color: rgb(66,145,175); }
td.TdClassName
{
border-color: #4291AF;
}
.TagClassName
{
border-color: #4291AF;
}
</style>