Shades of Steel Blue #4D8CBA
Tints of Steel Blue #4D8CBA
RGB
CMYK
RGB Variations
Color information
#4D8CBA (or 0x4D8CBA) is known color: Steel Blue. HEX triplet: 4D, 8C and BA. RGB value is (77,140,186). Sum of RGB (Red+Green+Blue) = 77+140+186=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D8CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8CBA is #B27345. Grayscale: #7E7E7E. Windows color (decimal): -11694918 or 12225613. OLE color: 12225613.
HSL color Cylindrical-coordinate representation of color #4D8CBA: hue angle of 205.32º 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 #4D8CBA is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 140 | 186 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.27 |
| HSL | 205.32º | 0.44% | 0.52% | - |
| HSV(B) | 205.32º | 0.59% | 0.73% | - |
| XYZ | 21.3 | 23.88 | 49.94 | - |
| YUV | 126.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 140 | 186 | 0.59 | 0.25 | 0 | 0.27 | 205.32 | 0.44 | 0.52 |
| Hex | 4D | 8C | BA | 3B | 19 | 0 | 1B | CD | 2C | 34 |
| Octal | 115 | 214 | 272 | 73 | 31 | 0 | 33 | 315 | 54 | 64 |
| Binary | 1001101 | 10001100 | 10111010 | 111011 | 11001 | 0 | 11011 | 11001101 | 101100 | 110100 |
Color Harmonies of #4D8CBA
Complementary color
Monochromatic Colors of #4D8CBA
Black with #4D8CBA
Text Example
Text Example
White with #4D8CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8CBA; }
p { color: rgb(77,140,186); }
H1.HeaderClassName
{
color: #4D8CBA;
}
.AnyTagClassName
{
color: #4D8CBA;
}
</style>
background-color css
<style>
a { background-color: #4D8CBA; }
a { background-color: rgb(77,140,186); }
div.DivClassName
{
background-color: #4D8CBA;
}
.BgClassName
{
background-color: #4D8CBA;
}
</style>
border-color css
<style>
span { border-color: #4D8CBA; }
span { border-color: rgb(77,140,186); }
td.TdClassName
{
border-color: #4D8CBA;
}
.TagClassName
{
border-color: #4D8CBA;
}
</style>