Shades of Steel Blue #4684AD
Tints of Steel Blue #4684AD
RGB
CMYK
RGB Variations
Color information
#4684AD (or 0x4684AD) is known color: Steel Blue. HEX triplet: 46, 84 and AD. RGB value is (70,132,173). Sum of RGB (Red+Green+Blue) = 70+132+173=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #4684AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4684AD is #B97B52. Grayscale: #757575. Windows color (decimal): -12155731 or 11371590. OLE color: 11371590.
HSL color Cylindrical-coordinate representation of color #4684AD: hue angle of 203.88º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4684AD is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 132 | 173 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.32 |
| HSL | 203.88º | 0.42% | 0.48% | - |
| HSV(B) | 203.88º | 0.6% | 0.68% | - |
| XYZ | 18.32 | 20.82 | 42.59 | - |
| YUV | 118.14 | 158.96 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 132 | 173 | 0.60 | 0.24 | 0 | 0.32 | 203.88 | 0.42 | 0.48 |
| Hex | 46 | 84 | AD | 3C | 18 | 0 | 20 | CC | 2A | 30 |
| Octal | 106 | 204 | 255 | 74 | 30 | 0 | 40 | 314 | 52 | 60 |
| Binary | 1000110 | 10000100 | 10101101 | 111100 | 11000 | 0 | 100000 | 11001100 | 101010 | 110000 |
Color Harmonies of #4684AD
Complementary color
Monochromatic Colors of #4684AD
Black with #4684AD
Text Example
Text Example
White with #4684AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4684AD; }
p { color: rgb(70,132,173); }
H1.HeaderClassName
{
color: #4684AD;
}
.AnyTagClassName
{
color: #4684AD;
}
</style>
background-color css
<style>
a { background-color: #4684AD; }
a { background-color: rgb(70,132,173); }
div.DivClassName
{
background-color: #4684AD;
}
.BgClassName
{
background-color: #4684AD;
}
</style>
border-color css
<style>
span { border-color: #4684AD; }
span { border-color: rgb(70,132,173); }
td.TdClassName
{
border-color: #4684AD;
}
.TagClassName
{
border-color: #4684AD;
}
</style>