Shades of Boston Blue #4495BC
Tints of Boston Blue #4495BC
RGB
CMYK
RGB Variations
Color information
#4495BC (or 0x4495BC) is known color: Boston Blue. HEX triplet: 44, 95 and BC. RGB value is (68,149,188). Sum of RGB (Red+Green+Blue) = 68+149+188=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #4495BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4495BC is #BB6A43. Grayscale: #808080. Windows color (decimal): -12282436 or 12358980. OLE color: 12358980.
HSL color Cylindrical-coordinate representation of color #4495BC: hue angle of 199.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4495BC is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 149 | 188 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.26 |
| HSL | 199.5º | 0.47% | 0.5% | - |
| HSV(B) | 199.5º | 0.64% | 0.74% | - |
| XYZ | 22.21 | 26.35 | 51.49 | - |
| YUV | 129.23 | 161.16 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 188 | 0.64 | 0.21 | 0 | 0.26 | 199.5 | 0.47 | 0.5 |
| Hex | 44 | 95 | BC | 40 | 15 | 0 | 1A | C8 | 2F | 32 |
| Octal | 104 | 225 | 274 | 100 | 25 | 0 | 32 | 310 | 57 | 62 |
| Binary | 1000100 | 10010101 | 10111100 | 1000000 | 10101 | 0 | 11010 | 11001000 | 101111 | 110010 |
Color Harmonies of #4495BC
Complementary color
Monochromatic Colors of #4495BC
Black with #4495BC
Text Example
Text Example
White with #4495BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4495BC; }
p { color: rgb(68,149,188); }
H1.HeaderClassName
{
color: #4495BC;
}
.AnyTagClassName
{
color: #4495BC;
}
</style>
background-color css
<style>
a { background-color: #4495BC; }
a { background-color: rgb(68,149,188); }
div.DivClassName
{
background-color: #4495BC;
}
.BgClassName
{
background-color: #4495BC;
}
</style>
border-color css
<style>
span { border-color: #4495BC; }
span { border-color: rgb(68,149,188); }
td.TdClassName
{
border-color: #4495BC;
}
.TagClassName
{
border-color: #4495BC;
}
</style>