Shades of Boston Blue #4F9BAF
Tints of Boston Blue #4F9BAF
RGB
CMYK
RGB Variations
Color information
#4F9BAF (or 0x4F9BAF) is known color: Boston Blue. HEX triplet: 4F, 9B and AF. RGB value is (79,155,175). Sum of RGB (Red+Green+Blue) = 79+155+175=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F9BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9BAF is #B06450. Grayscale: #868686. Windows color (decimal): -11560017 or 11508559. OLE color: 11508559.
HSL color Cylindrical-coordinate representation of color #4F9BAF: hue angle of 192.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F9BAF is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 155 | 175 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.31 |
| HSL | 192.5º | 0.38% | 0.5% | - |
| HSV(B) | 192.5º | 0.55% | 0.69% | - |
| XYZ | 22.68 | 28.2 | 44.81 | - |
| YUV | 134.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 155 | 175 | 0.55 | 0.11 | 0 | 0.31 | 192.5 | 0.38 | 0.5 |
| Hex | 4F | 9B | AF | 37 | B | 0 | 1F | C0 | 26 | 32 |
| Octal | 117 | 233 | 257 | 67 | 13 | 0 | 37 | 300 | 46 | 62 |
| Binary | 1001111 | 10011011 | 10101111 | 110111 | 1011 | 0 | 11111 | 11000000 | 100110 | 110010 |
Color Harmonies of #4F9BAF
Complementary color
Monochromatic Colors of #4F9BAF
Black with #4F9BAF
Text Example
Text Example
White with #4F9BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9BAF; }
p { color: rgb(79,155,175); }
H1.HeaderClassName
{
color: #4F9BAF;
}
.AnyTagClassName
{
color: #4F9BAF;
}
</style>
background-color css
<style>
a { background-color: #4F9BAF; }
a { background-color: rgb(79,155,175); }
div.DivClassName
{
background-color: #4F9BAF;
}
.BgClassName
{
background-color: #4F9BAF;
}
</style>
border-color css
<style>
span { border-color: #4F9BAF; }
span { border-color: rgb(79,155,175); }
td.TdClassName
{
border-color: #4F9BAF;
}
.TagClassName
{
border-color: #4F9BAF;
}
</style>