Shades of Steel Blue #4679BC
Tints of Steel Blue #4679BC
RGB
CMYK
RGB Variations
Color information
#4679BC (or 0x4679BC) is known color: Steel Blue. HEX triplet: 46, 79 and BC. RGB value is (70,121,188). Sum of RGB (Red+Green+Blue) = 70+121+188=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #4679BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4679BC is #B98643. Grayscale: #717171. Windows color (decimal): -12158532 or 12351814. OLE color: 12351814.
HSL color Cylindrical-coordinate representation of color #4679BC: hue angle of 214.07º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4679BC is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 121 | 188 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.26 |
| HSL | 214.07º | 0.47% | 0.51% | - |
| HSV(B) | 214.07º | 0.63% | 0.74% | - |
| XYZ | 18.44 | 18.61 | 50.2 | - |
| YUV | 113.39 | 170.1 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 188 | 0.63 | 0.36 | 0 | 0.26 | 214.07 | 0.47 | 0.51 |
| Hex | 46 | 79 | BC | 3F | 24 | 0 | 1A | D6 | 2F | 33 |
| Octal | 106 | 171 | 274 | 77 | 44 | 0 | 32 | 326 | 57 | 63 |
| Binary | 1000110 | 1111001 | 10111100 | 111111 | 100100 | 0 | 11010 | 11010110 | 101111 | 110011 |
Color Harmonies of #4679BC
Complementary color
Monochromatic Colors of #4679BC
Black with #4679BC
Text Example
Text Example
White with #4679BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4679BC; }
p { color: rgb(70,121,188); }
H1.HeaderClassName
{
color: #4679BC;
}
.AnyTagClassName
{
color: #4679BC;
}
</style>
background-color css
<style>
a { background-color: #4679BC; }
a { background-color: rgb(70,121,188); }
div.DivClassName
{
background-color: #4679BC;
}
.BgClassName
{
background-color: #4679BC;
}
</style>
border-color css
<style>
span { border-color: #4679BC; }
span { border-color: rgb(70,121,188); }
td.TdClassName
{
border-color: #4679BC;
}
.TagClassName
{
border-color: #4679BC;
}
</style>