Shades of Boston Blue #427FA3
Tints of Boston Blue #427FA3
RGB
CMYK
RGB Variations
Color information
#427FA3 (or 0x427FA3) is known color: Boston Blue. HEX triplet: 42, 7F and A3. RGB value is (66,127,163). Sum of RGB (Red+Green+Blue) = 66+127+163=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: blue. Hex color #427FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427FA3 is #BD805C. Grayscale: #707070. Windows color (decimal): -12419165 or 10714946. OLE color: 10714946.
HSL color Cylindrical-coordinate representation of color #427FA3: hue angle of 202.27º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #427FA3 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 127 | 163 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.36 |
| HSL | 202.27º | 0.42% | 0.45% | - |
| HSV(B) | 202.27º | 0.6% | 0.64% | - |
| XYZ | 16.45 | 18.98 | 37.45 | - |
| YUV | 112.87 | 156.29 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 163 | 0.60 | 0.22 | 0 | 0.36 | 202.27 | 0.42 | 0.45 |
| Hex | 42 | 7F | A3 | 3C | 16 | 0 | 24 | CA | 2A | 2D |
| Octal | 102 | 177 | 243 | 74 | 26 | 0 | 44 | 312 | 52 | 55 |
| Binary | 1000010 | 1111111 | 10100011 | 111100 | 10110 | 0 | 100100 | 11001010 | 101010 | 101101 |
Color Harmonies of #427FA3
Complementary color
Monochromatic Colors of #427FA3
Black with #427FA3
Text Example
Text Example
White with #427FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427FA3; }
p { color: rgb(66,127,163); }
H1.HeaderClassName
{
color: #427FA3;
}
.AnyTagClassName
{
color: #427FA3;
}
</style>
background-color css
<style>
a { background-color: #427FA3; }
a { background-color: rgb(66,127,163); }
div.DivClassName
{
background-color: #427FA3;
}
.BgClassName
{
background-color: #427FA3;
}
</style>
border-color css
<style>
span { border-color: #427FA3; }
span { border-color: rgb(66,127,163); }
td.TdClassName
{
border-color: #427FA3;
}
.TagClassName
{
border-color: #427FA3;
}
</style>