Shades of Boston Blue #4291AC
Tints of Boston Blue #4291AC
RGB
CMYK
RGB Variations
Color information
#4291AC (or 0x4291AC) is known color: Boston Blue. HEX triplet: 42, 91 and AC. RGB value is (66,145,172). Sum of RGB (Red+Green+Blue) = 66+145+172=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #4291AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4291AC is #BD6E53. Grayscale: #7C7C7C. Windows color (decimal): -12414548 or 11309378. OLE color: 11309378.
HSL color Cylindrical-coordinate representation of color #4291AC: hue angle of 195.28º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4291AC is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 145 | 172 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.33 |
| HSL | 195.28º | 0.45% | 0.47% | - |
| HSV(B) | 195.28º | 0.62% | 0.67% | - |
| XYZ | 19.82 | 24.39 | 42.69 | - |
| YUV | 124.46 | 154.83 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 172 | 0.62 | 0.16 | 0 | 0.33 | 195.28 | 0.45 | 0.47 |
| Hex | 42 | 91 | AC | 3E | 10 | 0 | 21 | C3 | 2D | 2F |
| Octal | 102 | 221 | 254 | 76 | 20 | 0 | 41 | 303 | 55 | 57 |
| Binary | 1000010 | 10010001 | 10101100 | 111110 | 10000 | 0 | 100001 | 11000011 | 101101 | 101111 |
Color Harmonies of #4291AC
Complementary color
Monochromatic Colors of #4291AC
Black with #4291AC
Text Example
Text Example
White with #4291AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4291AC; }
p { color: rgb(66,145,172); }
H1.HeaderClassName
{
color: #4291AC;
}
.AnyTagClassName
{
color: #4291AC;
}
</style>
background-color css
<style>
a { background-color: #4291AC; }
a { background-color: rgb(66,145,172); }
div.DivClassName
{
background-color: #4291AC;
}
.BgClassName
{
background-color: #4291AC;
}
</style>
border-color css
<style>
span { border-color: #4291AC; }
span { border-color: rgb(66,145,172); }
td.TdClassName
{
border-color: #4291AC;
}
.TagClassName
{
border-color: #4291AC;
}
</style>