Shades of Steel Blue #4D92BD
Tints of Steel Blue #4D92BD
RGB
CMYK
RGB Variations
Color information
#4D92BD (or 0x4D92BD) is known color: Steel Blue. HEX triplet: 4D, 92 and BD. RGB value is (77,146,189). Sum of RGB (Red+Green+Blue) = 77+146+189=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D92BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D92BD is #B26D42. Grayscale: #828282. Windows color (decimal): -11693379 or 12423757. OLE color: 12423757.
HSL color Cylindrical-coordinate representation of color #4D92BD: hue angle of 203.04º degrees, saturation: 0.46, 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 #4D92BD is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 146 | 189 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.26 |
| HSL | 203.04º | 0.46% | 0.52% | - |
| HSV(B) | 203.04º | 0.59% | 0.74% | - |
| XYZ | 22.52 | 25.81 | 51.94 | - |
| YUV | 130.27 | 161.14 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 189 | 0.59 | 0.23 | 0 | 0.26 | 203.04 | 0.46 | 0.52 |
| Hex | 4D | 92 | BD | 3B | 17 | 0 | 1A | CB | 2E | 34 |
| Octal | 115 | 222 | 275 | 73 | 27 | 0 | 32 | 313 | 56 | 64 |
| Binary | 1001101 | 10010010 | 10111101 | 111011 | 10111 | 0 | 11010 | 11001011 | 101110 | 110100 |
Color Harmonies of #4D92BD
Complementary color
Monochromatic Colors of #4D92BD
Black with #4D92BD
Text Example
Text Example
White with #4D92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D92BD; }
p { color: rgb(77,146,189); }
H1.HeaderClassName
{
color: #4D92BD;
}
.AnyTagClassName
{
color: #4D92BD;
}
</style>
background-color css
<style>
a { background-color: #4D92BD; }
a { background-color: rgb(77,146,189); }
div.DivClassName
{
background-color: #4D92BD;
}
.BgClassName
{
background-color: #4D92BD;
}
</style>
border-color css
<style>
span { border-color: #4D92BD; }
span { border-color: rgb(77,146,189); }
td.TdClassName
{
border-color: #4D92BD;
}
.TagClassName
{
border-color: #4D92BD;
}
</style>