Shades of Steel Blue #4C8DBE
Tints of Steel Blue #4C8DBE
RGB
CMYK
RGB Variations
Color information
#4C8DBE (or 0x4C8DBE) is known color: Steel Blue. HEX triplet: 4C, 8D and BE. RGB value is (76,141,190). Sum of RGB (Red+Green+Blue) = 76+141+190=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C8DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8DBE is #B37241. Grayscale: #7E7E7E. Windows color (decimal): -11760194 or 12488012. OLE color: 12488012.
HSL color Cylindrical-coordinate representation of color #4C8DBE: hue angle of 205.79º 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 #4C8DBE is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 141 | 190 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.25 |
| HSL | 205.79º | 0.47% | 0.52% | - |
| HSV(B) | 205.79º | 0.6% | 0.75% | - |
| XYZ | 21.8 | 24.3 | 52.26 | - |
| YUV | 127.15 | 163.47 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 190 | 0.60 | 0.26 | 0 | 0.25 | 205.79 | 0.47 | 0.52 |
| Hex | 4C | 8D | BE | 3C | 1A | 0 | 19 | CE | 2F | 34 |
| Octal | 114 | 215 | 276 | 74 | 32 | 0 | 31 | 316 | 57 | 64 |
| Binary | 1001100 | 10001101 | 10111110 | 111100 | 11010 | 0 | 11001 | 11001110 | 101111 | 110100 |
Color Harmonies of #4C8DBE
Complementary color
Monochromatic Colors of #4C8DBE
Black with #4C8DBE
Text Example
Text Example
White with #4C8DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8DBE; }
p { color: rgb(76,141,190); }
H1.HeaderClassName
{
color: #4C8DBE;
}
.AnyTagClassName
{
color: #4C8DBE;
}
</style>
background-color css
<style>
a { background-color: #4C8DBE; }
a { background-color: rgb(76,141,190); }
div.DivClassName
{
background-color: #4C8DBE;
}
.BgClassName
{
background-color: #4C8DBE;
}
</style>
border-color css
<style>
span { border-color: #4C8DBE; }
span { border-color: rgb(76,141,190); }
td.TdClassName
{
border-color: #4C8DBE;
}
.TagClassName
{
border-color: #4C8DBE;
}
</style>