Shades of Steel Blue #4674BE
Tints of Steel Blue #4674BE
RGB
CMYK
RGB Variations
Color information
#4674BE (or 0x4674BE) is known color: Steel Blue. HEX triplet: 46, 74 and BE. RGB value is (70,116,190). Sum of RGB (Red+Green+Blue) = 70+116+190=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #4674BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4674BE is #B98B41. Grayscale: #6E6E6E. Windows color (decimal): -12159810 or 12481606. OLE color: 12481606.
HSL color Cylindrical-coordinate representation of color #4674BE: hue angle of 217º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4674BE is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 116 | 190 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.25 |
| HSL | 217º | 0.48% | 0.51% | - |
| HSV(B) | 217º | 0.63% | 0.75% | - |
| XYZ | 18.07 | 17.51 | 51.14 | - |
| YUV | 110.68 | 172.76 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 190 | 0.63 | 0.39 | 0 | 0.25 | 217 | 0.48 | 0.51 |
| Hex | 46 | 74 | BE | 3F | 27 | 0 | 19 | D9 | 30 | 33 |
| Octal | 106 | 164 | 276 | 77 | 47 | 0 | 31 | 331 | 60 | 63 |
| Binary | 1000110 | 1110100 | 10111110 | 111111 | 100111 | 0 | 11001 | 11011001 | 110000 | 110011 |
Color Harmonies of #4674BE
Complementary color
Monochromatic Colors of #4674BE
Black with #4674BE
Text Example
Text Example
White with #4674BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4674BE; }
p { color: rgb(70,116,190); }
H1.HeaderClassName
{
color: #4674BE;
}
.AnyTagClassName
{
color: #4674BE;
}
</style>
background-color css
<style>
a { background-color: #4674BE; }
a { background-color: rgb(70,116,190); }
div.DivClassName
{
background-color: #4674BE;
}
.BgClassName
{
background-color: #4674BE;
}
</style>
border-color css
<style>
span { border-color: #4674BE; }
span { border-color: rgb(70,116,190); }
td.TdClassName
{
border-color: #4674BE;
}
.TagClassName
{
border-color: #4674BE;
}
</style>