Shades of Boston Blue #407FA4
Tints of Boston Blue #407FA4
RGB
CMYK
RGB Variations
Color information
#407FA4 (or 0x407FA4) is known color: Boston Blue. HEX triplet: 40, 7F and A4. RGB value is (64,127,164). Sum of RGB (Red+Green+Blue) = 64+127+164=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #407FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FA4 is #BF805B. Grayscale: #707070. Windows color (decimal): -12550236 or 10780480. OLE color: 10780480.
HSL color Cylindrical-coordinate representation of color #407FA4: hue angle of 202.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #407FA4 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 127 | 164 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.36 |
| HSL | 202.2º | 0.44% | 0.45% | - |
| HSV(B) | 202.2º | 0.61% | 0.64% | - |
| XYZ | 16.4 | 18.95 | 37.91 | - |
| YUV | 112.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 164 | 0.61 | 0.23 | 0 | 0.36 | 202.2 | 0.44 | 0.45 |
| Hex | 40 | 7F | A4 | 3D | 17 | 0 | 24 | CA | 2C | 2D |
| Octal | 100 | 177 | 244 | 75 | 27 | 0 | 44 | 312 | 54 | 55 |
| Binary | 1000000 | 1111111 | 10100100 | 111101 | 10111 | 0 | 100100 | 11001010 | 101100 | 101101 |
Color Harmonies of #407FA4
Complementary color
Monochromatic Colors of #407FA4
Black with #407FA4
Text Example
Text Example
White with #407FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FA4; }
p { color: rgb(64,127,164); }
H1.HeaderClassName
{
color: #407FA4;
}
.AnyTagClassName
{
color: #407FA4;
}
</style>
background-color css
<style>
a { background-color: #407FA4; }
a { background-color: rgb(64,127,164); }
div.DivClassName
{
background-color: #407FA4;
}
.BgClassName
{
background-color: #407FA4;
}
</style>
border-color css
<style>
span { border-color: #407FA4; }
span { border-color: rgb(64,127,164); }
td.TdClassName
{
border-color: #407FA4;
}
.TagClassName
{
border-color: #407FA4;
}
</style>