Shades of Boston Blue #4199BE
Tints of Boston Blue #4199BE
RGB
CMYK
RGB Variations
Color information
#4199BE (or 0x4199BE) is known color: Boston Blue. HEX triplet: 41, 99 and BE. RGB value is (65,153,190). Sum of RGB (Red+Green+Blue) = 65+153+190=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #4199BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4199BE is #BE6641. Grayscale: #828282. Windows color (decimal): -12478018 or 12491073. OLE color: 12491073.
HSL color Cylindrical-coordinate representation of color #4199BE: hue angle of 197.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4199BE is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 153 | 190 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.25 |
| HSL | 197.76º | 0.49% | 0.5% | - |
| HSV(B) | 197.76º | 0.66% | 0.75% | - |
| XYZ | 22.87 | 27.62 | 52.84 | - |
| YUV | 130.91 | 161.35 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 190 | 0.66 | 0.19 | 0 | 0.25 | 197.76 | 0.49 | 0.5 |
| Hex | 41 | 99 | BE | 42 | 13 | 0 | 19 | C6 | 31 | 32 |
| Octal | 101 | 231 | 276 | 102 | 23 | 0 | 31 | 306 | 61 | 62 |
| Binary | 1000001 | 10011001 | 10111110 | 1000010 | 10011 | 0 | 11001 | 11000110 | 110001 | 110010 |
Color Harmonies of #4199BE
Complementary color
Monochromatic Colors of #4199BE
Black with #4199BE
Text Example
Text Example
White with #4199BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4199BE; }
p { color: rgb(65,153,190); }
H1.HeaderClassName
{
color: #4199BE;
}
.AnyTagClassName
{
color: #4199BE;
}
</style>
background-color css
<style>
a { background-color: #4199BE; }
a { background-color: rgb(65,153,190); }
div.DivClassName
{
background-color: #4199BE;
}
.BgClassName
{
background-color: #4199BE;
}
</style>
border-color css
<style>
span { border-color: #4199BE; }
span { border-color: rgb(65,153,190); }
td.TdClassName
{
border-color: #4199BE;
}
.TagClassName
{
border-color: #4199BE;
}
</style>