Shades of Steel Blue #4D91BC
Tints of Steel Blue #4D91BC
RGB
CMYK
RGB Variations
Color information
#4D91BC (or 0x4D91BC) is known color: Steel Blue. HEX triplet: 4D, 91 and BC. RGB value is (77,145,188). Sum of RGB (Red+Green+Blue) = 77+145+188=410 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.78% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D91BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D91BC is #B26E43. Grayscale: #818181. Windows color (decimal): -11693636 or 12357965. OLE color: 12357965.
HSL color Cylindrical-coordinate representation of color #4D91BC: hue angle of 203.24º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D91BC is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 145 | 188 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.26 |
| HSL | 203.24º | 0.45% | 0.52% | - |
| HSV(B) | 203.24º | 0.59% | 0.74% | - |
| XYZ | 22.26 | 25.46 | 51.32 | - |
| YUV | 129.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 188 | 0.59 | 0.23 | 0 | 0.26 | 203.24 | 0.45 | 0.52 |
| Hex | 4D | 91 | BC | 3B | 17 | 0 | 1A | CB | 2D | 34 |
| Octal | 115 | 221 | 274 | 73 | 27 | 0 | 32 | 313 | 55 | 64 |
| Binary | 1001101 | 10010001 | 10111100 | 111011 | 10111 | 0 | 11010 | 11001011 | 101101 | 110100 |
Color Harmonies of #4D91BC
Complementary color
Monochromatic Colors of #4D91BC
Black with #4D91BC
Text Example
Text Example
White with #4D91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D91BC; }
p { color: rgb(77,145,188); }
H1.HeaderClassName
{
color: #4D91BC;
}
.AnyTagClassName
{
color: #4D91BC;
}
</style>
background-color css
<style>
a { background-color: #4D91BC; }
a { background-color: rgb(77,145,188); }
div.DivClassName
{
background-color: #4D91BC;
}
.BgClassName
{
background-color: #4D91BC;
}
</style>
border-color css
<style>
span { border-color: #4D91BC; }
span { border-color: rgb(77,145,188); }
td.TdClassName
{
border-color: #4D91BC;
}
.TagClassName
{
border-color: #4D91BC;
}
</style>