Shades of Steel Blue #4C8BBA
Tints of Steel Blue #4C8BBA
RGB
CMYK
RGB Variations
Color information
#4C8BBA (or 0x4C8BBA) is known color: Steel Blue. HEX triplet: 4C, 8B and BA. RGB value is (76,139,186). Sum of RGB (Red+Green+Blue) = 76+139+186=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C8BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8BBA is #B37445. Grayscale: #7D7D7D. Windows color (decimal): -11760710 or 12225356. OLE color: 12225356.
HSL color Cylindrical-coordinate representation of color #4C8BBA: hue angle of 205.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C8BBA is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 139 | 186 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.27 |
| HSL | 205.64º | 0.44% | 0.51% | - |
| HSV(B) | 205.64º | 0.59% | 0.73% | - |
| XYZ | 21.08 | 23.55 | 49.89 | - |
| YUV | 125.52 | 162.13 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 139 | 186 | 0.59 | 0.25 | 0 | 0.27 | 205.64 | 0.44 | 0.51 |
| Hex | 4C | 8B | BA | 3B | 19 | 0 | 1B | CE | 2C | 33 |
| Octal | 114 | 213 | 272 | 73 | 31 | 0 | 33 | 316 | 54 | 63 |
| Binary | 1001100 | 10001011 | 10111010 | 111011 | 11001 | 0 | 11011 | 11001110 | 101100 | 110011 |
Color Harmonies of #4C8BBA
Complementary color
Monochromatic Colors of #4C8BBA
Black with #4C8BBA
Text Example
Text Example
White with #4C8BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8BBA; }
p { color: rgb(76,139,186); }
H1.HeaderClassName
{
color: #4C8BBA;
}
.AnyTagClassName
{
color: #4C8BBA;
}
</style>
background-color css
<style>
a { background-color: #4C8BBA; }
a { background-color: rgb(76,139,186); }
div.DivClassName
{
background-color: #4C8BBA;
}
.BgClassName
{
background-color: #4C8BBA;
}
</style>
border-color css
<style>
span { border-color: #4C8BBA; }
span { border-color: rgb(76,139,186); }
td.TdClassName
{
border-color: #4C8BBA;
}
.TagClassName
{
border-color: #4C8BBA;
}
</style>