Shades of Boston Blue #4499C1
Tints of Boston Blue #4499C1
RGB
CMYK
RGB Variations
Color information
#4499C1 (or 0x4499C1) is known color: Boston Blue. HEX triplet: 44, 99 and C1. RGB value is (68,153,193). Sum of RGB (Red+Green+Blue) = 68+153+193=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #4499C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4499C1 is #BB663E. Grayscale: #838383. Windows color (decimal): -12281407 or 12687684. OLE color: 12687684.
HSL color Cylindrical-coordinate representation of color #4499C1: hue angle of 199.2º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4499C1 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 153 | 193 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.24 |
| HSL | 199.2º | 0.5% | 0.51% | - |
| HSV(B) | 199.2º | 0.65% | 0.76% | - |
| XYZ | 23.4 | 27.86 | 54.6 | - |
| YUV | 132.15 | 162.34 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 193 | 0.65 | 0.21 | 0 | 0.24 | 199.2 | 0.5 | 0.51 |
| Hex | 44 | 99 | C1 | 41 | 15 | 0 | 18 | C7 | 32 | 33 |
| Octal | 104 | 231 | 301 | 101 | 25 | 0 | 30 | 307 | 62 | 63 |
| Binary | 1000100 | 10011001 | 11000001 | 1000001 | 10101 | 0 | 11000 | 11000111 | 110010 | 110011 |
Color Harmonies of #4499C1
Complementary color
Monochromatic Colors of #4499C1
Black with #4499C1
Text Example
Text Example
White with #4499C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4499C1; }
p { color: rgb(68,153,193); }
H1.HeaderClassName
{
color: #4499C1;
}
.AnyTagClassName
{
color: #4499C1;
}
</style>
background-color css
<style>
a { background-color: #4499C1; }
a { background-color: rgb(68,153,193); }
div.DivClassName
{
background-color: #4499C1;
}
.BgClassName
{
background-color: #4499C1;
}
</style>
border-color css
<style>
span { border-color: #4499C1; }
span { border-color: rgb(68,153,193); }
td.TdClassName
{
border-color: #4499C1;
}
.TagClassName
{
border-color: #4499C1;
}
</style>