Shades of Steel Blue #4C8ABF
Tints of Steel Blue #4C8ABF
RGB
CMYK
RGB Variations
Color information
#4C8ABF (or 0x4C8ABF) is known color: Steel Blue. HEX triplet: 4C, 8A and BF. RGB value is (76,138,191). Sum of RGB (Red+Green+Blue) = 76+138+191=405 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.77% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C8ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8ABF is #B37540. Grayscale: #7D7D7D. Windows color (decimal): -11760961 or 12552780. OLE color: 12552780.
HSL color Cylindrical-coordinate representation of color #4C8ABF: hue angle of 207.65º 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 #4C8ABF is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 138 | 191 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.25 |
| HSL | 207.65º | 0.47% | 0.52% | - |
| HSV(B) | 207.65º | 0.6% | 0.75% | - |
| XYZ | 21.47 | 23.48 | 52.69 | - |
| YUV | 125.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 138 | 191 | 0.60 | 0.28 | 0 | 0.25 | 207.65 | 0.47 | 0.52 |
| Hex | 4C | 8A | BF | 3C | 1C | 0 | 19 | D0 | 2F | 34 |
| Octal | 114 | 212 | 277 | 74 | 34 | 0 | 31 | 320 | 57 | 64 |
| Binary | 1001100 | 10001010 | 10111111 | 111100 | 11100 | 0 | 11001 | 11010000 | 101111 | 110100 |
Color Harmonies of #4C8ABF
Complementary color
Monochromatic Colors of #4C8ABF
Black with #4C8ABF
Text Example
Text Example
White with #4C8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8ABF; }
p { color: rgb(76,138,191); }
H1.HeaderClassName
{
color: #4C8ABF;
}
.AnyTagClassName
{
color: #4C8ABF;
}
</style>
background-color css
<style>
a { background-color: #4C8ABF; }
a { background-color: rgb(76,138,191); }
div.DivClassName
{
background-color: #4C8ABF;
}
.BgClassName
{
background-color: #4C8ABF;
}
</style>
border-color css
<style>
span { border-color: #4C8ABF; }
span { border-color: rgb(76,138,191); }
td.TdClassName
{
border-color: #4C8ABF;
}
.TagClassName
{
border-color: #4C8ABF;
}
</style>