Shades of Boston Blue #4B93A4
Tints of Boston Blue #4B93A4
RGB
CMYK
RGB Variations
Color information
#4B93A4 (or 0x4B93A4) is known color: Boston Blue. HEX triplet: 4B, 93 and A4. RGB value is (75,147,164). Sum of RGB (Red+Green+Blue) = 75+147+164=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B93A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B93A4 is #B46C5B. Grayscale: #7F7F7F. Windows color (decimal): -11824220 or 10785611. OLE color: 10785611.
HSL color Cylindrical-coordinate representation of color #4B93A4: hue angle of 191.46º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B93A4 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 147 | 164 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.36 |
| HSL | 191.46º | 0.37% | 0.47% | - |
| HSV(B) | 191.46º | 0.54% | 0.64% | - |
| XYZ | 20.04 | 25.04 | 38.9 | - |
| YUV | 127.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 164 | 0.54 | 0.10 | 0 | 0.36 | 191.46 | 0.37 | 0.47 |
| Hex | 4B | 93 | A4 | 36 | A | 0 | 24 | BF | 25 | 2F |
| Octal | 113 | 223 | 244 | 66 | 12 | 0 | 44 | 277 | 45 | 57 |
| Binary | 1001011 | 10010011 | 10100100 | 110110 | 1010 | 0 | 100100 | 10111111 | 100101 | 101111 |
Color Harmonies of #4B93A4
Complementary color
Monochromatic Colors of #4B93A4
Black with #4B93A4
Text Example
Text Example
White with #4B93A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B93A4; }
p { color: rgb(75,147,164); }
H1.HeaderClassName
{
color: #4B93A4;
}
.AnyTagClassName
{
color: #4B93A4;
}
</style>
background-color css
<style>
a { background-color: #4B93A4; }
a { background-color: rgb(75,147,164); }
div.DivClassName
{
background-color: #4B93A4;
}
.BgClassName
{
background-color: #4B93A4;
}
</style>
border-color css
<style>
span { border-color: #4B93A4; }
span { border-color: rgb(75,147,164); }
td.TdClassName
{
border-color: #4B93A4;
}
.TagClassName
{
border-color: #4B93A4;
}
</style>