Shades of Boston Blue #478CAF
Tints of Boston Blue #478CAF
RGB
CMYK
RGB Variations
Color information
#478CAF (or 0x478CAF) is known color: Boston Blue. HEX triplet: 47, 8C and AF. RGB value is (71,140,175). Sum of RGB (Red+Green+Blue) = 71+140+175=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #478CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478CAF is #B87350. Grayscale: #7B7B7B. Windows color (decimal): -12088145 or 11504711. OLE color: 11504711.
HSL color Cylindrical-coordinate representation of color #478CAF: hue angle of 200.19º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #478CAF is Cyan = 0.59, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 140 | 175 | - |
| CMYK | 0.59 | 0.2 | 0 | 0.31 |
| HSL | 200.19º | 0.42% | 0.48% | - |
| HSV(B) | 200.19º | 0.59% | 0.69% | - |
| XYZ | 19.71 | 23.19 | 43.99 | - |
| YUV | 123.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 175 | 0.59 | 0.2 | 0 | 0.31 | 200.19 | 0.42 | 0.48 |
| Hex | 47 | 8C | AF | 3B | 14 | 0 | 1F | C8 | 2A | 30 |
| Octal | 107 | 214 | 257 | 73 | 24 | 0 | 37 | 310 | 52 | 60 |
| Binary | 1000111 | 10001100 | 10101111 | 111011 | 10100 | 0 | 11111 | 11001000 | 101010 | 110000 |
Color Harmonies of #478CAF
Complementary color
Monochromatic Colors of #478CAF
Black with #478CAF
Text Example
Text Example
White with #478CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CAF; }
p { color: rgb(71,140,175); }
H1.HeaderClassName
{
color: #478CAF;
}
.AnyTagClassName
{
color: #478CAF;
}
</style>
background-color css
<style>
a { background-color: #478CAF; }
a { background-color: rgb(71,140,175); }
div.DivClassName
{
background-color: #478CAF;
}
.BgClassName
{
background-color: #478CAF;
}
</style>
border-color css
<style>
span { border-color: #478CAF; }
span { border-color: rgb(71,140,175); }
td.TdClassName
{
border-color: #478CAF;
}
.TagClassName
{
border-color: #478CAF;
}
</style>