Shades of Steel Blue #4674BB
Tints of Steel Blue #4674BB
RGB
CMYK
RGB Variations
Color information
#4674BB (or 0x4674BB) is known color: Steel Blue. HEX triplet: 46, 74 and BB. RGB value is (70,116,187). Sum of RGB (Red+Green+Blue) = 70+116+187=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #4674BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4674BB is #B98B44. Grayscale: #6E6E6E. Windows color (decimal): -12159813 or 12284998. OLE color: 12284998.
HSL color Cylindrical-coordinate representation of color #4674BB: hue angle of 216.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4674BB is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 116 | 187 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.27 |
| HSL | 216.41º | 0.46% | 0.5% | - |
| HSV(B) | 216.41º | 0.63% | 0.73% | - |
| XYZ | 17.74 | 17.38 | 49.43 | - |
| YUV | 110.34 | 171.26 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 187 | 0.63 | 0.38 | 0 | 0.27 | 216.41 | 0.46 | 0.5 |
| Hex | 46 | 74 | BB | 3F | 26 | 0 | 1B | D8 | 2E | 32 |
| Octal | 106 | 164 | 273 | 77 | 46 | 0 | 33 | 330 | 56 | 62 |
| Binary | 1000110 | 1110100 | 10111011 | 111111 | 100110 | 0 | 11011 | 11011000 | 101110 | 110010 |
Color Harmonies of #4674BB
Complementary color
Monochromatic Colors of #4674BB
Black with #4674BB
Text Example
Text Example
White with #4674BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4674BB; }
p { color: rgb(70,116,187); }
H1.HeaderClassName
{
color: #4674BB;
}
.AnyTagClassName
{
color: #4674BB;
}
</style>
background-color css
<style>
a { background-color: #4674BB; }
a { background-color: rgb(70,116,187); }
div.DivClassName
{
background-color: #4674BB;
}
.BgClassName
{
background-color: #4674BB;
}
</style>
border-color css
<style>
span { border-color: #4674BB; }
span { border-color: rgb(70,116,187); }
td.TdClassName
{
border-color: #4674BB;
}
.TagClassName
{
border-color: #4674BB;
}
</style>