Shades of Steel Blue #4D91BB
Tints of Steel Blue #4D91BB
RGB
CMYK
RGB Variations
Color information
#4D91BB (or 0x4D91BB) is known color: Steel Blue. HEX triplet: 4D, 91 and BB. RGB value is (77,145,187). Sum of RGB (Red+Green+Blue) = 77+145+187=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D91BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D91BB is #B26E44. Grayscale: #818181. Windows color (decimal): -11693637 or 12292429. OLE color: 12292429.
HSL color Cylindrical-coordinate representation of color #4D91BB: hue angle of 202.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D91BB is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 145 | 187 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.27 |
| HSL | 202.91º | 0.45% | 0.52% | - |
| HSV(B) | 202.91º | 0.59% | 0.73% | - |
| XYZ | 22.16 | 25.42 | 50.75 | - |
| YUV | 129.46 | 160.47 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 187 | 0.59 | 0.22 | 0 | 0.27 | 202.91 | 0.45 | 0.52 |
| Hex | 4D | 91 | BB | 3B | 16 | 0 | 1B | CB | 2D | 34 |
| Octal | 115 | 221 | 273 | 73 | 26 | 0 | 33 | 313 | 55 | 64 |
| Binary | 1001101 | 10010001 | 10111011 | 111011 | 10110 | 0 | 11011 | 11001011 | 101101 | 110100 |
Color Harmonies of #4D91BB
Complementary color
Monochromatic Colors of #4D91BB
Black with #4D91BB
Text Example
Text Example
White with #4D91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D91BB; }
p { color: rgb(77,145,187); }
H1.HeaderClassName
{
color: #4D91BB;
}
.AnyTagClassName
{
color: #4D91BB;
}
</style>
background-color css
<style>
a { background-color: #4D91BB; }
a { background-color: rgb(77,145,187); }
div.DivClassName
{
background-color: #4D91BB;
}
.BgClassName
{
background-color: #4D91BB;
}
</style>
border-color css
<style>
span { border-color: #4D91BB; }
span { border-color: rgb(77,145,187); }
td.TdClassName
{
border-color: #4D91BB;
}
.TagClassName
{
border-color: #4D91BB;
}
</style>