Shades of Boston Blue #4794BD
Tints of Boston Blue #4794BD
RGB
CMYK
RGB Variations
Color information
#4794BD (or 0x4794BD) is known color: Boston Blue. HEX triplet: 47, 94 and BD. RGB value is (71,148,189). Sum of RGB (Red+Green+Blue) = 71+148+189=408 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.40% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #4794BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4794BD is #B86B42. Grayscale: #818181. Windows color (decimal): -12086083 or 12424263. OLE color: 12424263.
HSL color Cylindrical-coordinate representation of color #4794BD: hue angle of 200.85º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4794BD is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 148 | 189 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.26 |
| HSL | 200.85º | 0.47% | 0.51% | - |
| HSV(B) | 200.85º | 0.62% | 0.74% | - |
| XYZ | 22.37 | 26.19 | 52.02 | - |
| YUV | 129.65 | 161.49 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 148 | 189 | 0.62 | 0.22 | 0 | 0.26 | 200.85 | 0.47 | 0.51 |
| Hex | 47 | 94 | BD | 3E | 16 | 0 | 1A | C9 | 2F | 33 |
| Octal | 107 | 224 | 275 | 76 | 26 | 0 | 32 | 311 | 57 | 63 |
| Binary | 1000111 | 10010100 | 10111101 | 111110 | 10110 | 0 | 11010 | 11001001 | 101111 | 110011 |
Color Harmonies of #4794BD
Complementary color
Monochromatic Colors of #4794BD
Black with #4794BD
Text Example
Text Example
White with #4794BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4794BD; }
p { color: rgb(71,148,189); }
H1.HeaderClassName
{
color: #4794BD;
}
.AnyTagClassName
{
color: #4794BD;
}
</style>
background-color css
<style>
a { background-color: #4794BD; }
a { background-color: rgb(71,148,189); }
div.DivClassName
{
background-color: #4794BD;
}
.BgClassName
{
background-color: #4794BD;
}
</style>
border-color css
<style>
span { border-color: #4794BD; }
span { border-color: rgb(71,148,189); }
td.TdClassName
{
border-color: #4794BD;
}
.TagClassName
{
border-color: #4794BD;
}
</style>