Shades of Steel Blue #4679A1
Tints of Steel Blue #4679A1
RGB
CMYK
RGB Variations
Color information
#4679A1 (or 0x4679A1) is known color: Steel Blue. HEX triplet: 46, 79 and A1. RGB value is (70,121,161). Sum of RGB (Red+Green+Blue) = 70+121+161=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 161 - color contains mainly: blue. Hex color #4679A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4679A1 is #B9865E. Grayscale: #6E6E6E. Windows color (decimal): -12158559 or 10582342. OLE color: 10582342.
HSL color Cylindrical-coordinate representation of color #4679A1: hue angle of 206.37º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4679A1 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 121 | 161 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.37 |
| HSL | 206.37º | 0.39% | 0.45% | - |
| HSV(B) | 206.37º | 0.57% | 0.63% | - |
| XYZ | 15.8 | 17.55 | 36.27 | - |
| YUV | 110.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 161 | 0.57 | 0.25 | 0 | 0.37 | 206.37 | 0.39 | 0.45 |
| Hex | 46 | 79 | A1 | 39 | 19 | 0 | 25 | CE | 27 | 2D |
| Octal | 106 | 171 | 241 | 71 | 31 | 0 | 45 | 316 | 47 | 55 |
| Binary | 1000110 | 1111001 | 10100001 | 111001 | 11001 | 0 | 100101 | 11001110 | 100111 | 101101 |
Color Harmonies of #4679A1
Complementary color
Monochromatic Colors of #4679A1
Black with #4679A1
Text Example
Text Example
White with #4679A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4679A1; }
p { color: rgb(70,121,161); }
H1.HeaderClassName
{
color: #4679A1;
}
.AnyTagClassName
{
color: #4679A1;
}
</style>
background-color css
<style>
a { background-color: #4679A1; }
a { background-color: rgb(70,121,161); }
div.DivClassName
{
background-color: #4679A1;
}
.BgClassName
{
background-color: #4679A1;
}
</style>
border-color css
<style>
span { border-color: #4679A1; }
span { border-color: rgb(70,121,161); }
td.TdClassName
{
border-color: #4679A1;
}
.TagClassName
{
border-color: #4679A1;
}
</style>