Shades of Steel Blue #4C8ABE
Tints of Steel Blue #4C8ABE
RGB
CMYK
RGB Variations
Color information
#4C8ABE (or 0x4C8ABE) is known color: Steel Blue. HEX triplet: 4C, 8A and BE. RGB value is (76,138,190). Sum of RGB (Red+Green+Blue) = 76+138+190=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C8ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8ABE is #B37541. Grayscale: #7D7D7D. Windows color (decimal): -11760962 or 12487244. OLE color: 12487244.
HSL color Cylindrical-coordinate representation of color #4C8ABE: hue angle of 207.37º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C8ABE is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 138 | 190 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.25 |
| HSL | 207.37º | 0.47% | 0.52% | - |
| HSV(B) | 207.37º | 0.6% | 0.75% | - |
| XYZ | 21.36 | 23.43 | 52.11 | - |
| YUV | 125.39 | 164.46 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 138 | 190 | 0.60 | 0.27 | 0 | 0.25 | 207.37 | 0.47 | 0.52 |
| Hex | 4C | 8A | BE | 3C | 1B | 0 | 19 | CF | 2F | 34 |
| Octal | 114 | 212 | 276 | 74 | 33 | 0 | 31 | 317 | 57 | 64 |
| Binary | 1001100 | 10001010 | 10111110 | 111100 | 11011 | 0 | 11001 | 11001111 | 101111 | 110100 |
Color Harmonies of #4C8ABE
Complementary color
Monochromatic Colors of #4C8ABE
Black with #4C8ABE
Text Example
Text Example
White with #4C8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8ABE; }
p { color: rgb(76,138,190); }
H1.HeaderClassName
{
color: #4C8ABE;
}
.AnyTagClassName
{
color: #4C8ABE;
}
</style>
background-color css
<style>
a { background-color: #4C8ABE; }
a { background-color: rgb(76,138,190); }
div.DivClassName
{
background-color: #4C8ABE;
}
.BgClassName
{
background-color: #4C8ABE;
}
</style>
border-color css
<style>
span { border-color: #4C8ABE; }
span { border-color: rgb(76,138,190); }
td.TdClassName
{
border-color: #4C8ABE;
}
.TagClassName
{
border-color: #4C8ABE;
}
</style>