Shades of Steel Blue #4D72B6
Tints of Steel Blue #4D72B6
RGB
CMYK
RGB Variations
Color information
#4D72B6 (or 0x4D72B6) is known color: Steel Blue. HEX triplet: 4D, 72 and B6. RGB value is (77,114,182). Sum of RGB (Red+Green+Blue) = 77+114+182=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #4D72B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D72B6 is #B28D49. Grayscale: #6E6E6E. Windows color (decimal): -11701578 or 11956813. OLE color: 11956813.
HSL color Cylindrical-coordinate representation of color #4D72B6: hue angle of 218.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D72B6 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 114 | 182 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.29 |
| HSL | 218.86º | 0.42% | 0.51% | - |
| HSV(B) | 218.86º | 0.58% | 0.71% | - |
| XYZ | 17.52 | 16.99 | 46.61 | - |
| YUV | 110.69 | 168.24 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 182 | 0.58 | 0.37 | 0 | 0.29 | 218.86 | 0.42 | 0.51 |
| Hex | 4D | 72 | B6 | 3A | 25 | 0 | 1D | DB | 2A | 33 |
| Octal | 115 | 162 | 266 | 72 | 45 | 0 | 35 | 333 | 52 | 63 |
| Binary | 1001101 | 1110010 | 10110110 | 111010 | 100101 | 0 | 11101 | 11011011 | 101010 | 110011 |
Color Harmonies of #4D72B6
Complementary color
Monochromatic Colors of #4D72B6
Black with #4D72B6
Text Example
Text Example
White with #4D72B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D72B6; }
p { color: rgb(77,114,182); }
H1.HeaderClassName
{
color: #4D72B6;
}
.AnyTagClassName
{
color: #4D72B6;
}
</style>
background-color css
<style>
a { background-color: #4D72B6; }
a { background-color: rgb(77,114,182); }
div.DivClassName
{
background-color: #4D72B6;
}
.BgClassName
{
background-color: #4D72B6;
}
</style>
border-color css
<style>
span { border-color: #4D72B6; }
span { border-color: rgb(77,114,182); }
td.TdClassName
{
border-color: #4D72B6;
}
.TagClassName
{
border-color: #4D72B6;
}
</style>