Shades of Boston Blue #478CAC
Tints of Boston Blue #478CAC
RGB
CMYK
RGB Variations
Color information
#478CAC (or 0x478CAC) is known color: Boston Blue. HEX triplet: 47, 8C and AC. RGB value is (71,140,172). Sum of RGB (Red+Green+Blue) = 71+140+172=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #478CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478CAC is #B87353. Grayscale: #7A7A7A. Windows color (decimal): -12088148 or 11308103. OLE color: 11308103.
HSL color Cylindrical-coordinate representation of color #478CAC: hue angle of 199.01º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #478CAC is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 140 | 172 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.33 |
| HSL | 199.01º | 0.42% | 0.48% | - |
| HSV(B) | 199.01º | 0.59% | 0.67% | - |
| XYZ | 19.42 | 23.07 | 42.46 | - |
| YUV | 123.02 | 155.64 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 172 | 0.59 | 0.19 | 0 | 0.33 | 199.01 | 0.42 | 0.48 |
| Hex | 47 | 8C | AC | 3B | 13 | 0 | 21 | C7 | 2A | 30 |
| Octal | 107 | 214 | 254 | 73 | 23 | 0 | 41 | 307 | 52 | 60 |
| Binary | 1000111 | 10001100 | 10101100 | 111011 | 10011 | 0 | 100001 | 11000111 | 101010 | 110000 |
Color Harmonies of #478CAC
Complementary color
Monochromatic Colors of #478CAC
Black with #478CAC
Text Example
Text Example
White with #478CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CAC; }
p { color: rgb(71,140,172); }
H1.HeaderClassName
{
color: #478CAC;
}
.AnyTagClassName
{
color: #478CAC;
}
</style>
background-color css
<style>
a { background-color: #478CAC; }
a { background-color: rgb(71,140,172); }
div.DivClassName
{
background-color: #478CAC;
}
.BgClassName
{
background-color: #478CAC;
}
</style>
border-color css
<style>
span { border-color: #478CAC; }
span { border-color: rgb(71,140,172); }
td.TdClassName
{
border-color: #478CAC;
}
.TagClassName
{
border-color: #478CAC;
}
</style>