Shades of Steel Blue #4C8CBC
Tints of Steel Blue #4C8CBC
RGB
CMYK
RGB Variations
Color information
#4C8CBC (or 0x4C8CBC) is known color: Steel Blue. HEX triplet: 4C, 8C and BC. RGB value is (76,140,188). Sum of RGB (Red+Green+Blue) = 76+140+188=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C8CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8CBC is #B37343. Grayscale: #7E7E7E. Windows color (decimal): -11760452 or 12356684. OLE color: 12356684.
HSL color Cylindrical-coordinate representation of color #4C8CBC: hue angle of 205.71º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C8CBC is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 140 | 188 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.26 |
| HSL | 205.71º | 0.46% | 0.52% | - |
| HSV(B) | 205.71º | 0.6% | 0.74% | - |
| XYZ | 21.44 | 23.92 | 51.06 | - |
| YUV | 126.34 | 162.8 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 140 | 188 | 0.60 | 0.26 | 0 | 0.26 | 205.71 | 0.46 | 0.52 |
| Hex | 4C | 8C | BC | 3C | 1A | 0 | 1A | CE | 2E | 34 |
| Octal | 114 | 214 | 274 | 74 | 32 | 0 | 32 | 316 | 56 | 64 |
| Binary | 1001100 | 10001100 | 10111100 | 111100 | 11010 | 0 | 11010 | 11001110 | 101110 | 110100 |
Color Harmonies of #4C8CBC
Complementary color
Monochromatic Colors of #4C8CBC
Black with #4C8CBC
Text Example
Text Example
White with #4C8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8CBC; }
p { color: rgb(76,140,188); }
H1.HeaderClassName
{
color: #4C8CBC;
}
.AnyTagClassName
{
color: #4C8CBC;
}
</style>
background-color css
<style>
a { background-color: #4C8CBC; }
a { background-color: rgb(76,140,188); }
div.DivClassName
{
background-color: #4C8CBC;
}
.BgClassName
{
background-color: #4C8CBC;
}
</style>
border-color css
<style>
span { border-color: #4C8CBC; }
span { border-color: rgb(76,140,188); }
td.TdClassName
{
border-color: #4C8CBC;
}
.TagClassName
{
border-color: #4C8CBC;
}
</style>