Shades of Boston Blue #4799C1
Tints of Boston Blue #4799C1
RGB
CMYK
RGB Variations
Color information
#4799C1 (or 0x4799C1) is known color: Boston Blue. HEX triplet: 47, 99 and C1. RGB value is (71,153,193). Sum of RGB (Red+Green+Blue) = 71+153+193=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #4799C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4799C1 is #B8663E. Grayscale: #848484. Windows color (decimal): -12084799 or 12687687. OLE color: 12687687.
HSL color Cylindrical-coordinate representation of color #4799C1: hue angle of 199.67º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4799C1 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 153 | 193 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.24 |
| HSL | 199.67º | 0.5% | 0.52% | - |
| HSV(B) | 199.67º | 0.63% | 0.76% | - |
| XYZ | 23.62 | 27.97 | 54.61 | - |
| YUV | 133.04 | 161.83 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 193 | 0.63 | 0.21 | 0 | 0.24 | 199.67 | 0.5 | 0.52 |
| Hex | 47 | 99 | C1 | 3F | 15 | 0 | 18 | C8 | 32 | 34 |
| Octal | 107 | 231 | 301 | 77 | 25 | 0 | 30 | 310 | 62 | 64 |
| Binary | 1000111 | 10011001 | 11000001 | 111111 | 10101 | 0 | 11000 | 11001000 | 110010 | 110100 |
Color Harmonies of #4799C1
Complementary color
Monochromatic Colors of #4799C1
Black with #4799C1
Text Example
Text Example
White with #4799C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4799C1; }
p { color: rgb(71,153,193); }
H1.HeaderClassName
{
color: #4799C1;
}
.AnyTagClassName
{
color: #4799C1;
}
</style>
background-color css
<style>
a { background-color: #4799C1; }
a { background-color: rgb(71,153,193); }
div.DivClassName
{
background-color: #4799C1;
}
.BgClassName
{
background-color: #4799C1;
}
</style>
border-color css
<style>
span { border-color: #4799C1; }
span { border-color: rgb(71,153,193); }
td.TdClassName
{
border-color: #4799C1;
}
.TagClassName
{
border-color: #4799C1;
}
</style>