Shades of Steel Blue #4A8DBC
Tints of Steel Blue #4A8DBC
RGB
CMYK
RGB Variations
Color information
#4A8DBC (or 0x4A8DBC) is known color: Steel Blue. HEX triplet: 4A, 8D and BC. RGB value is (74,141,188). Sum of RGB (Red+Green+Blue) = 74+141+188=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A8DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8DBC is #B57243. Grayscale: #7E7E7E. Windows color (decimal): -11891268 or 12356938. OLE color: 12356938.
HSL color Cylindrical-coordinate representation of color #4A8DBC: hue angle of 204.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A8DBC is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 141 | 188 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.26 |
| HSL | 204.74º | 0.46% | 0.51% | - |
| HSV(B) | 204.74º | 0.61% | 0.74% | - |
| XYZ | 21.43 | 24.14 | 51.11 | - |
| YUV | 126.33 | 162.8 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 141 | 188 | 0.61 | 0.25 | 0 | 0.26 | 204.74 | 0.46 | 0.51 |
| Hex | 4A | 8D | BC | 3D | 19 | 0 | 1A | CD | 2E | 33 |
| Octal | 112 | 215 | 274 | 75 | 31 | 0 | 32 | 315 | 56 | 63 |
| Binary | 1001010 | 10001101 | 10111100 | 111101 | 11001 | 0 | 11010 | 11001101 | 101110 | 110011 |
Color Harmonies of #4A8DBC
Complementary color
Monochromatic Colors of #4A8DBC
Black with #4A8DBC
Text Example
Text Example
White with #4A8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8DBC; }
p { color: rgb(74,141,188); }
H1.HeaderClassName
{
color: #4A8DBC;
}
.AnyTagClassName
{
color: #4A8DBC;
}
</style>
background-color css
<style>
a { background-color: #4A8DBC; }
a { background-color: rgb(74,141,188); }
div.DivClassName
{
background-color: #4A8DBC;
}
.BgClassName
{
background-color: #4A8DBC;
}
</style>
border-color css
<style>
span { border-color: #4A8DBC; }
span { border-color: rgb(74,141,188); }
td.TdClassName
{
border-color: #4A8DBC;
}
.TagClassName
{
border-color: #4A8DBC;
}
</style>