Shades of Steel Blue #4A7FBA
Tints of Steel Blue #4A7FBA
RGB
CMYK
RGB Variations
Color information
#4A7FBA (or 0x4A7FBA) is known color: Steel Blue. HEX triplet: 4A, 7F and BA. RGB value is (74,127,186). Sum of RGB (Red+Green+Blue) = 74+127+186=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A7FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7FBA is #B58045. Grayscale: #757575. Windows color (decimal): -11894854 or 12222282. OLE color: 12222282.
HSL color Cylindrical-coordinate representation of color #4A7FBA: hue angle of 211.61º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A7FBA is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 127 | 186 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.27 |
| HSL | 211.61º | 0.45% | 0.51% | - |
| HSV(B) | 211.61º | 0.6% | 0.73% | - |
| XYZ | 19.28 | 20.18 | 49.33 | - |
| YUV | 117.88 | 166.44 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 127 | 186 | 0.60 | 0.32 | 0 | 0.27 | 211.61 | 0.45 | 0.51 |
| Hex | 4A | 7F | BA | 3C | 20 | 0 | 1B | D4 | 2D | 33 |
| Octal | 112 | 177 | 272 | 74 | 40 | 0 | 33 | 324 | 55 | 63 |
| Binary | 1001010 | 1111111 | 10111010 | 111100 | 100000 | 0 | 11011 | 11010100 | 101101 | 110011 |
Color Harmonies of #4A7FBA
Complementary color
Monochromatic Colors of #4A7FBA
Black with #4A7FBA
Text Example
Text Example
White with #4A7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7FBA; }
p { color: rgb(74,127,186); }
H1.HeaderClassName
{
color: #4A7FBA;
}
.AnyTagClassName
{
color: #4A7FBA;
}
</style>
background-color css
<style>
a { background-color: #4A7FBA; }
a { background-color: rgb(74,127,186); }
div.DivClassName
{
background-color: #4A7FBA;
}
.BgClassName
{
background-color: #4A7FBA;
}
</style>
border-color css
<style>
span { border-color: #4A7FBA; }
span { border-color: rgb(74,127,186); }
td.TdClassName
{
border-color: #4A7FBA;
}
.TagClassName
{
border-color: #4A7FBA;
}
</style>