Shades of Boston Blue #4190B4
Tints of Boston Blue #4190B4
RGB
CMYK
RGB Variations
Color information
#4190B4 (or 0x4190B4) is known color: Boston Blue. HEX triplet: 41, 90 and B4. RGB value is (65,144,180). Sum of RGB (Red+Green+Blue) = 65+144+180=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #4190B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4190B4 is #BE6F4B. Grayscale: #7C7C7C. Windows color (decimal): -12480332 or 11833409. OLE color: 11833409.
HSL color Cylindrical-coordinate representation of color #4190B4: hue angle of 198.78º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4190B4 is Cyan = 0.64, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 144 | 180 | - |
| CMYK | 0.64 | 0.2 | 0 | 0.29 |
| HSL | 198.78º | 0.47% | 0.48% | - |
| HSV(B) | 198.78º | 0.64% | 0.71% | - |
| XYZ | 20.39 | 24.37 | 46.81 | - |
| YUV | 124.48 | 159.33 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 180 | 0.64 | 0.2 | 0 | 0.29 | 198.78 | 0.47 | 0.48 |
| Hex | 41 | 90 | B4 | 40 | 14 | 0 | 1D | C7 | 2F | 30 |
| Octal | 101 | 220 | 264 | 100 | 24 | 0 | 35 | 307 | 57 | 60 |
| Binary | 1000001 | 10010000 | 10110100 | 1000000 | 10100 | 0 | 11101 | 11000111 | 101111 | 110000 |
Color Harmonies of #4190B4
Complementary color
Monochromatic Colors of #4190B4
Black with #4190B4
Text Example
Text Example
White with #4190B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4190B4; }
p { color: rgb(65,144,180); }
H1.HeaderClassName
{
color: #4190B4;
}
.AnyTagClassName
{
color: #4190B4;
}
</style>
background-color css
<style>
a { background-color: #4190B4; }
a { background-color: rgb(65,144,180); }
div.DivClassName
{
background-color: #4190B4;
}
.BgClassName
{
background-color: #4190B4;
}
</style>
border-color css
<style>
span { border-color: #4190B4; }
span { border-color: rgb(65,144,180); }
td.TdClassName
{
border-color: #4190B4;
}
.TagClassName
{
border-color: #4190B4;
}
</style>