Shades of Boston Blue #4299AC
Tints of Boston Blue #4299AC
RGB
CMYK
RGB Variations
Color information
#4299AC (or 0x4299AC) is known color: Boston Blue. HEX triplet: 42, 99 and AC. RGB value is (66,153,172). Sum of RGB (Red+Green+Blue) = 66+153+172=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #4299AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4299AC is #BD6653. Grayscale: #808080. Windows color (decimal): -12412500 or 11311426. OLE color: 11311426.
HSL color Cylindrical-coordinate representation of color #4299AC: hue angle of 190.75º 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 #4299AC is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 153 | 172 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.33 |
| HSL | 190.75º | 0.45% | 0.47% | - |
| HSV(B) | 190.75º | 0.62% | 0.67% | - |
| XYZ | 21.08 | 26.92 | 43.11 | - |
| YUV | 129.15 | 152.18 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 172 | 0.62 | 0.11 | 0 | 0.33 | 190.75 | 0.45 | 0.47 |
| Hex | 42 | 99 | AC | 3E | B | 0 | 21 | BF | 2D | 2F |
| Octal | 102 | 231 | 254 | 76 | 13 | 0 | 41 | 277 | 55 | 57 |
| Binary | 1000010 | 10011001 | 10101100 | 111110 | 1011 | 0 | 100001 | 10111111 | 101101 | 101111 |
Color Harmonies of #4299AC
Complementary color
Monochromatic Colors of #4299AC
Black with #4299AC
Text Example
Text Example
White with #4299AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4299AC; }
p { color: rgb(66,153,172); }
H1.HeaderClassName
{
color: #4299AC;
}
.AnyTagClassName
{
color: #4299AC;
}
</style>
background-color css
<style>
a { background-color: #4299AC; }
a { background-color: rgb(66,153,172); }
div.DivClassName
{
background-color: #4299AC;
}
.BgClassName
{
background-color: #4299AC;
}
</style>
border-color css
<style>
span { border-color: #4299AC; }
span { border-color: rgb(66,153,172); }
td.TdClassName
{
border-color: #4299AC;
}
.TagClassName
{
border-color: #4299AC;
}
</style>