Shades of Steel Blue #4C7BA3
Tints of Steel Blue #4C7BA3
RGB
CMYK
RGB Variations
Color information
#4C7BA3 (or 0x4C7BA3) is known color: Steel Blue. HEX triplet: 4C, 7B and A3. RGB value is (76,123,163). Sum of RGB (Red+Green+Blue) = 76+123+163=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 163 - color contains mainly: blue. Hex color #4C7BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7BA3 is #B3845C. Grayscale: #717171. Windows color (decimal): -11764829 or 10713932. OLE color: 10713932.
HSL color Cylindrical-coordinate representation of color #4C7BA3: hue angle of 207.59º 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 #4C7BA3 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 123 | 163 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.36 |
| HSL | 207.59º | 0.36% | 0.47% | - |
| HSV(B) | 207.59º | 0.53% | 0.64% | - |
| XYZ | 16.67 | 18.35 | 37.31 | - |
| YUV | 113.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 163 | 0.53 | 0.25 | 0 | 0.36 | 207.59 | 0.36 | 0.47 |
| Hex | 4C | 7B | A3 | 35 | 19 | 0 | 24 | D0 | 24 | 2F |
| Octal | 114 | 173 | 243 | 65 | 31 | 0 | 44 | 320 | 44 | 57 |
| Binary | 1001100 | 1111011 | 10100011 | 110101 | 11001 | 0 | 100100 | 11010000 | 100100 | 101111 |
Color Harmonies of #4C7BA3
Complementary color
Monochromatic Colors of #4C7BA3
Black with #4C7BA3
Text Example
Text Example
White with #4C7BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7BA3; }
p { color: rgb(76,123,163); }
H1.HeaderClassName
{
color: #4C7BA3;
}
.AnyTagClassName
{
color: #4C7BA3;
}
</style>
background-color css
<style>
a { background-color: #4C7BA3; }
a { background-color: rgb(76,123,163); }
div.DivClassName
{
background-color: #4C7BA3;
}
.BgClassName
{
background-color: #4C7BA3;
}
</style>
border-color css
<style>
span { border-color: #4C7BA3; }
span { border-color: rgb(76,123,163); }
td.TdClassName
{
border-color: #4C7BA3;
}
.TagClassName
{
border-color: #4C7BA3;
}
</style>