Shades of Steel Blue #4674BA
Tints of Steel Blue #4674BA
RGB
CMYK
RGB Variations
Color information
#4674BA (or 0x4674BA) is known color: Steel Blue. HEX triplet: 46, 74 and BA. RGB value is (70,116,186). Sum of RGB (Red+Green+Blue) = 70+116+186=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #4674BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4674BA is #B98B45. Grayscale: #6D6D6D. Windows color (decimal): -12159814 or 12219462. OLE color: 12219462.
HSL color Cylindrical-coordinate representation of color #4674BA: hue angle of 216.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4674BA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 116 | 186 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.27 |
| HSL | 216.21º | 0.46% | 0.5% | - |
| HSV(B) | 216.21º | 0.62% | 0.73% | - |
| XYZ | 17.63 | 17.34 | 48.87 | - |
| YUV | 110.23 | 170.76 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 186 | 0.62 | 0.38 | 0 | 0.27 | 216.21 | 0.46 | 0.5 |
| Hex | 46 | 74 | BA | 3E | 26 | 0 | 1B | D8 | 2E | 32 |
| Octal | 106 | 164 | 272 | 76 | 46 | 0 | 33 | 330 | 56 | 62 |
| Binary | 1000110 | 1110100 | 10111010 | 111110 | 100110 | 0 | 11011 | 11011000 | 101110 | 110010 |
Color Harmonies of #4674BA
Complementary color
Monochromatic Colors of #4674BA
Black with #4674BA
Text Example
Text Example
White with #4674BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4674BA; }
p { color: rgb(70,116,186); }
H1.HeaderClassName
{
color: #4674BA;
}
.AnyTagClassName
{
color: #4674BA;
}
</style>
background-color css
<style>
a { background-color: #4674BA; }
a { background-color: rgb(70,116,186); }
div.DivClassName
{
background-color: #4674BA;
}
.BgClassName
{
background-color: #4674BA;
}
</style>
border-color css
<style>
span { border-color: #4674BA; }
span { border-color: rgb(70,116,186); }
td.TdClassName
{
border-color: #4674BA;
}
.TagClassName
{
border-color: #4674BA;
}
</style>