Shades of Steel Blue #4D83BA
Tints of Steel Blue #4D83BA
RGB
CMYK
RGB Variations
Color information
#4D83BA (or 0x4D83BA) is known color: Steel Blue. HEX triplet: 4D, 83 and BA. RGB value is (77,131,186). Sum of RGB (Red+Green+Blue) = 77+131+186=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D83BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D83BA is #B27C45. Grayscale: #787878. Windows color (decimal): -11697222 or 12223309. OLE color: 12223309.
HSL color Cylindrical-coordinate representation of color #4D83BA: hue angle of 210.28º degrees, saturation: 0.44, 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 #4D83BA is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 131 | 186 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.27 |
| HSL | 210.28º | 0.44% | 0.52% | - |
| HSV(B) | 210.28º | 0.59% | 0.73% | - |
| XYZ | 20.04 | 21.36 | 49.52 | - |
| YUV | 121.12 | 164.61 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 131 | 186 | 0.59 | 0.30 | 0 | 0.27 | 210.28 | 0.44 | 0.52 |
| Hex | 4D | 83 | BA | 3B | 1E | 0 | 1B | D2 | 2C | 34 |
| Octal | 115 | 203 | 272 | 73 | 36 | 0 | 33 | 322 | 54 | 64 |
| Binary | 1001101 | 10000011 | 10111010 | 111011 | 11110 | 0 | 11011 | 11010010 | 101100 | 110100 |
Color Harmonies of #4D83BA
Complementary color
Monochromatic Colors of #4D83BA
Black with #4D83BA
Text Example
Text Example
White with #4D83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D83BA; }
p { color: rgb(77,131,186); }
H1.HeaderClassName
{
color: #4D83BA;
}
.AnyTagClassName
{
color: #4D83BA;
}
</style>
background-color css
<style>
a { background-color: #4D83BA; }
a { background-color: rgb(77,131,186); }
div.DivClassName
{
background-color: #4D83BA;
}
.BgClassName
{
background-color: #4D83BA;
}
</style>
border-color css
<style>
span { border-color: #4D83BA; }
span { border-color: rgb(77,131,186); }
td.TdClassName
{
border-color: #4D83BA;
}
.TagClassName
{
border-color: #4D83BA;
}
</style>