Shades of Boston Blue #4288AC
Tints of Boston Blue #4288AC
RGB
CMYK
RGB Variations
Color information
#4288AC (or 0x4288AC) is known color: Boston Blue. HEX triplet: 42, 88 and AC. RGB value is (66,136,172). Sum of RGB (Red+Green+Blue) = 66+136+172=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #4288AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4288AC is #BD7753. Grayscale: #767676. Windows color (decimal): -12416852 or 11307074. OLE color: 11307074.
HSL color Cylindrical-coordinate representation of color #4288AC: hue angle of 200.38º 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 #4288AC is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 136 | 172 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.33 |
| HSL | 200.38º | 0.45% | 0.47% | - |
| HSV(B) | 200.38º | 0.62% | 0.67% | - |
| XYZ | 18.5 | 21.75 | 42.25 | - |
| YUV | 119.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 172 | 0.62 | 0.21 | 0 | 0.33 | 200.38 | 0.45 | 0.47 |
| Hex | 42 | 88 | AC | 3E | 15 | 0 | 21 | C8 | 2D | 2F |
| Octal | 102 | 210 | 254 | 76 | 25 | 0 | 41 | 310 | 55 | 57 |
| Binary | 1000010 | 10001000 | 10101100 | 111110 | 10101 | 0 | 100001 | 11001000 | 101101 | 101111 |
Color Harmonies of #4288AC
Complementary color
Monochromatic Colors of #4288AC
Black with #4288AC
Text Example
Text Example
White with #4288AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4288AC; }
p { color: rgb(66,136,172); }
H1.HeaderClassName
{
color: #4288AC;
}
.AnyTagClassName
{
color: #4288AC;
}
</style>
background-color css
<style>
a { background-color: #4288AC; }
a { background-color: rgb(66,136,172); }
div.DivClassName
{
background-color: #4288AC;
}
.BgClassName
{
background-color: #4288AC;
}
</style>
border-color css
<style>
span { border-color: #4288AC; }
span { border-color: rgb(66,136,172); }
td.TdClassName
{
border-color: #4288AC;
}
.TagClassName
{
border-color: #4288AC;
}
</style>