Shades of Steel Blue #4D92BE
Tints of Steel Blue #4D92BE
RGB
CMYK
RGB Variations
Color information
#4D92BE (or 0x4D92BE) is known color: Steel Blue. HEX triplet: 4D, 92 and BE. RGB value is (77,146,190). Sum of RGB (Red+Green+Blue) = 77+146+190=413 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.64% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D92BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D92BE is #B26D41. Grayscale: #828282. Windows color (decimal): -11693378 or 12489293. OLE color: 12489293.
HSL color Cylindrical-coordinate representation of color #4D92BE: hue angle of 203.36º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D92BE is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 146 | 190 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.25 |
| HSL | 203.36º | 0.47% | 0.52% | - |
| HSV(B) | 203.36º | 0.59% | 0.75% | - |
| XYZ | 22.63 | 25.85 | 52.51 | - |
| YUV | 130.39 | 161.64 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 190 | 0.59 | 0.23 | 0 | 0.25 | 203.36 | 0.47 | 0.52 |
| Hex | 4D | 92 | BE | 3B | 17 | 0 | 19 | CB | 2F | 34 |
| Octal | 115 | 222 | 276 | 73 | 27 | 0 | 31 | 313 | 57 | 64 |
| Binary | 1001101 | 10010010 | 10111110 | 111011 | 10111 | 0 | 11001 | 11001011 | 101111 | 110100 |
Color Harmonies of #4D92BE
Complementary color
Monochromatic Colors of #4D92BE
Black with #4D92BE
Text Example
Text Example
White with #4D92BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D92BE; }
p { color: rgb(77,146,190); }
H1.HeaderClassName
{
color: #4D92BE;
}
.AnyTagClassName
{
color: #4D92BE;
}
</style>
background-color css
<style>
a { background-color: #4D92BE; }
a { background-color: rgb(77,146,190); }
div.DivClassName
{
background-color: #4D92BE;
}
.BgClassName
{
background-color: #4D92BE;
}
</style>
border-color css
<style>
span { border-color: #4D92BE; }
span { border-color: rgb(77,146,190); }
td.TdClassName
{
border-color: #4D92BE;
}
.TagClassName
{
border-color: #4D92BE;
}
</style>