Shades of Steel Blue #4D7BA3
Tints of Steel Blue #4D7BA3
RGB
CMYK
RGB Variations
Color information
#4D7BA3 (or 0x4D7BA3) is known color: Steel Blue. HEX triplet: 4D, 7B and A3. RGB value is (77,123,163). Sum of RGB (Red+Green+Blue) = 77+123+163=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 163 - color contains mainly: blue. Hex color #4D7BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7BA3 is #B2845C. Grayscale: #717171. Windows color (decimal): -11699293 or 10713933. OLE color: 10713933.
HSL color Cylindrical-coordinate representation of color #4D7BA3: hue angle of 207.91º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D7BA3 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 123 | 163 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.36 |
| HSL | 207.91º | 0.36% | 0.47% | - |
| HSV(B) | 207.91º | 0.53% | 0.64% | - |
| XYZ | 16.75 | 18.39 | 37.32 | - |
| YUV | 113.81 | 155.76 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 163 | 0.53 | 0.25 | 0 | 0.36 | 207.91 | 0.36 | 0.47 |
| Hex | 4D | 7B | A3 | 35 | 19 | 0 | 24 | D0 | 24 | 2F |
| Octal | 115 | 173 | 243 | 65 | 31 | 0 | 44 | 320 | 44 | 57 |
| Binary | 1001101 | 1111011 | 10100011 | 110101 | 11001 | 0 | 100100 | 11010000 | 100100 | 101111 |
Color Harmonies of #4D7BA3
Complementary color
Monochromatic Colors of #4D7BA3
Black with #4D7BA3
Text Example
Text Example
White with #4D7BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7BA3; }
p { color: rgb(77,123,163); }
H1.HeaderClassName
{
color: #4D7BA3;
}
.AnyTagClassName
{
color: #4D7BA3;
}
</style>
background-color css
<style>
a { background-color: #4D7BA3; }
a { background-color: rgb(77,123,163); }
div.DivClassName
{
background-color: #4D7BA3;
}
.BgClassName
{
background-color: #4D7BA3;
}
</style>
border-color css
<style>
span { border-color: #4D7BA3; }
span { border-color: rgb(77,123,163); }
td.TdClassName
{
border-color: #4D7BA3;
}
.TagClassName
{
border-color: #4D7BA3;
}
</style>