Shades of Boston Blue #4185AC
Tints of Boston Blue #4185AC
RGB
CMYK
RGB Variations
Color information
#4185AC (or 0x4185AC) is known color: Boston Blue. HEX triplet: 41, 85 and AC. RGB value is (65,133,172). Sum of RGB (Red+Green+Blue) = 65+133+172=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #4185AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4185AC is #BE7A53. Grayscale: #747474. Windows color (decimal): -12483156 or 11306305. OLE color: 11306305.
HSL color Cylindrical-coordinate representation of color #4185AC: hue angle of 201.87º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4185AC is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 133 | 172 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.33 |
| HSL | 201.87º | 0.45% | 0.46% | - |
| HSV(B) | 201.87º | 0.62% | 0.67% | - |
| XYZ | 18.01 | 20.88 | 42.11 | - |
| YUV | 117.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 172 | 0.62 | 0.23 | 0 | 0.33 | 201.87 | 0.45 | 0.46 |
| Hex | 41 | 85 | AC | 3E | 17 | 0 | 21 | CA | 2D | 2E |
| Octal | 101 | 205 | 254 | 76 | 27 | 0 | 41 | 312 | 55 | 56 |
| Binary | 1000001 | 10000101 | 10101100 | 111110 | 10111 | 0 | 100001 | 11001010 | 101101 | 101110 |
Color Harmonies of #4185AC
Complementary color
Monochromatic Colors of #4185AC
Black with #4185AC
Text Example
Text Example
White with #4185AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4185AC; }
p { color: rgb(65,133,172); }
H1.HeaderClassName
{
color: #4185AC;
}
.AnyTagClassName
{
color: #4185AC;
}
</style>
background-color css
<style>
a { background-color: #4185AC; }
a { background-color: rgb(65,133,172); }
div.DivClassName
{
background-color: #4185AC;
}
.BgClassName
{
background-color: #4185AC;
}
</style>
border-color css
<style>
span { border-color: #4185AC; }
span { border-color: rgb(65,133,172); }
td.TdClassName
{
border-color: #4185AC;
}
.TagClassName
{
border-color: #4185AC;
}
</style>