Shades of Steel Blue #4D8FBA
Tints of Steel Blue #4D8FBA
RGB
CMYK
RGB Variations
Color information
#4D8FBA (or 0x4D8FBA) is known color: Steel Blue. HEX triplet: 4D, 8F and BA. RGB value is (77,143,186). Sum of RGB (Red+Green+Blue) = 77+143+186=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D8FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8FBA is #B27045. Grayscale: #7F7F7F. Windows color (decimal): -11694150 or 12226381. OLE color: 12226381.
HSL color Cylindrical-coordinate representation of color #4D8FBA: hue angle of 203.67º 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 #4D8FBA is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 143 | 186 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.27 |
| HSL | 203.67º | 0.44% | 0.52% | - |
| HSV(B) | 203.67º | 0.59% | 0.73% | - |
| XYZ | 21.75 | 24.77 | 50.09 | - |
| YUV | 128.17 | 160.63 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 186 | 0.59 | 0.23 | 0 | 0.27 | 203.67 | 0.44 | 0.52 |
| Hex | 4D | 8F | BA | 3B | 17 | 0 | 1B | CC | 2C | 34 |
| Octal | 115 | 217 | 272 | 73 | 27 | 0 | 33 | 314 | 54 | 64 |
| Binary | 1001101 | 10001111 | 10111010 | 111011 | 10111 | 0 | 11011 | 11001100 | 101100 | 110100 |
Color Harmonies of #4D8FBA
Complementary color
Monochromatic Colors of #4D8FBA
Black with #4D8FBA
Text Example
Text Example
White with #4D8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8FBA; }
p { color: rgb(77,143,186); }
H1.HeaderClassName
{
color: #4D8FBA;
}
.AnyTagClassName
{
color: #4D8FBA;
}
</style>
background-color css
<style>
a { background-color: #4D8FBA; }
a { background-color: rgb(77,143,186); }
div.DivClassName
{
background-color: #4D8FBA;
}
.BgClassName
{
background-color: #4D8FBA;
}
</style>
border-color css
<style>
span { border-color: #4D8FBA; }
span { border-color: rgb(77,143,186); }
td.TdClassName
{
border-color: #4D8FBA;
}
.TagClassName
{
border-color: #4D8FBA;
}
</style>