Shades of Steel Blue #4C91BE
Tints of Steel Blue #4C91BE
RGB
CMYK
RGB Variations
Color information
#4C91BE (or 0x4C91BE) is known color: Steel Blue. HEX triplet: 4C, 91 and BE. RGB value is (76,145,190). Sum of RGB (Red+Green+Blue) = 76+145+190=411 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.49% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C91BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C91BE is #B36E41. Grayscale: #818181. Windows color (decimal): -11759170 or 12489036. OLE color: 12489036.
HSL color Cylindrical-coordinate representation of color #4C91BE: hue angle of 203.68º 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 #4C91BE is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 145 | 190 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.25 |
| HSL | 203.68º | 0.47% | 0.52% | - |
| HSV(B) | 203.68º | 0.6% | 0.75% | - |
| XYZ | 22.4 | 25.51 | 52.46 | - |
| YUV | 129.5 | 162.14 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 190 | 0.60 | 0.24 | 0 | 0.25 | 203.68 | 0.47 | 0.52 |
| Hex | 4C | 91 | BE | 3C | 18 | 0 | 19 | CC | 2F | 34 |
| Octal | 114 | 221 | 276 | 74 | 30 | 0 | 31 | 314 | 57 | 64 |
| Binary | 1001100 | 10010001 | 10111110 | 111100 | 11000 | 0 | 11001 | 11001100 | 101111 | 110100 |
Color Harmonies of #4C91BE
Complementary color
Monochromatic Colors of #4C91BE
Black with #4C91BE
Text Example
Text Example
White with #4C91BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C91BE; }
p { color: rgb(76,145,190); }
H1.HeaderClassName
{
color: #4C91BE;
}
.AnyTagClassName
{
color: #4C91BE;
}
</style>
background-color css
<style>
a { background-color: #4C91BE; }
a { background-color: rgb(76,145,190); }
div.DivClassName
{
background-color: #4C91BE;
}
.BgClassName
{
background-color: #4C91BE;
}
</style>
border-color css
<style>
span { border-color: #4C91BE; }
span { border-color: rgb(76,145,190); }
td.TdClassName
{
border-color: #4C91BE;
}
.TagClassName
{
border-color: #4C91BE;
}
</style>