Shades of Boston Blue #4A9CAF
Tints of Boston Blue #4A9CAF
RGB
CMYK
RGB Variations
Color information
#4A9CAF (or 0x4A9CAF) is known color: Boston Blue. HEX triplet: 4A, 9C and AF. RGB value is (74,156,175). Sum of RGB (Red+Green+Blue) = 74+156+175=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A9CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9CAF is #B56350. Grayscale: #858585. Windows color (decimal): -11887441 or 11508810. OLE color: 11508810.
HSL color Cylindrical-coordinate representation of color #4A9CAF: hue angle of 191.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A9CAF is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 156 | 175 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.31 |
| HSL | 191.29º | 0.41% | 0.49% | - |
| HSV(B) | 191.29º | 0.58% | 0.69% | - |
| XYZ | 22.45 | 28.33 | 44.84 | - |
| YUV | 133.65 | 151.33 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 156 | 175 | 0.58 | 0.11 | 0 | 0.31 | 191.29 | 0.41 | 0.49 |
| Hex | 4A | 9C | AF | 3A | B | 0 | 1F | BF | 29 | 31 |
| Octal | 112 | 234 | 257 | 72 | 13 | 0 | 37 | 277 | 51 | 61 |
| Binary | 1001010 | 10011100 | 10101111 | 111010 | 1011 | 0 | 11111 | 10111111 | 101001 | 110001 |
Color Harmonies of #4A9CAF
Complementary color
Monochromatic Colors of #4A9CAF
Black with #4A9CAF
Text Example
Text Example
White with #4A9CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9CAF; }
p { color: rgb(74,156,175); }
H1.HeaderClassName
{
color: #4A9CAF;
}
.AnyTagClassName
{
color: #4A9CAF;
}
</style>
background-color css
<style>
a { background-color: #4A9CAF; }
a { background-color: rgb(74,156,175); }
div.DivClassName
{
background-color: #4A9CAF;
}
.BgClassName
{
background-color: #4A9CAF;
}
</style>
border-color css
<style>
span { border-color: #4A9CAF; }
span { border-color: rgb(74,156,175); }
td.TdClassName
{
border-color: #4A9CAF;
}
.TagClassName
{
border-color: #4A9CAF;
}
</style>