Shades of Steel Blue #4D90BB
Tints of Steel Blue #4D90BB
RGB
CMYK
RGB Variations
Color information
#4D90BB (or 0x4D90BB) is known color: Steel Blue. HEX triplet: 4D, 90 and BB. RGB value is (77,144,187). Sum of RGB (Red+Green+Blue) = 77+144+187=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D90BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D90BB is #B26F44. Grayscale: #808080. Windows color (decimal): -11693893 or 12292173. OLE color: 12292173.
HSL color Cylindrical-coordinate representation of color #4D90BB: hue angle of 203.45º 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 #4D90BB is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 144 | 187 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.27 |
| HSL | 203.45º | 0.45% | 0.52% | - |
| HSV(B) | 203.45º | 0.59% | 0.73% | - |
| XYZ | 22 | 25.11 | 50.7 | - |
| YUV | 128.87 | 160.8 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 187 | 0.59 | 0.23 | 0 | 0.27 | 203.45 | 0.45 | 0.52 |
| Hex | 4D | 90 | BB | 3B | 17 | 0 | 1B | CB | 2D | 34 |
| Octal | 115 | 220 | 273 | 73 | 27 | 0 | 33 | 313 | 55 | 64 |
| Binary | 1001101 | 10010000 | 10111011 | 111011 | 10111 | 0 | 11011 | 11001011 | 101101 | 110100 |
Color Harmonies of #4D90BB
Complementary color
Monochromatic Colors of #4D90BB
Black with #4D90BB
Text Example
Text Example
White with #4D90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D90BB; }
p { color: rgb(77,144,187); }
H1.HeaderClassName
{
color: #4D90BB;
}
.AnyTagClassName
{
color: #4D90BB;
}
</style>
background-color css
<style>
a { background-color: #4D90BB; }
a { background-color: rgb(77,144,187); }
div.DivClassName
{
background-color: #4D90BB;
}
.BgClassName
{
background-color: #4D90BB;
}
</style>
border-color css
<style>
span { border-color: #4D90BB; }
span { border-color: rgb(77,144,187); }
td.TdClassName
{
border-color: #4D90BB;
}
.TagClassName
{
border-color: #4D90BB;
}
</style>