Shades of Steel Blue #4685AB
Tints of Steel Blue #4685AB
RGB
CMYK
RGB Variations
Color information
#4685AB (or 0x4685AB) is known color: Steel Blue. HEX triplet: 46, 85 and AB. RGB value is (70,133,171). Sum of RGB (Red+Green+Blue) = 70+133+171=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #4685AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4685AB is #B97A54. Grayscale: #767676. Windows color (decimal): -12155477 or 11240774. OLE color: 11240774.
HSL color Cylindrical-coordinate representation of color #4685AB: hue angle of 202.57º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4685AB is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 133 | 171 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.33 |
| HSL | 202.57º | 0.42% | 0.47% | - |
| HSV(B) | 202.57º | 0.59% | 0.67% | - |
| XYZ | 18.26 | 21.02 | 41.62 | - |
| YUV | 118.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 171 | 0.59 | 0.22 | 0 | 0.33 | 202.57 | 0.42 | 0.47 |
| Hex | 46 | 85 | AB | 3B | 16 | 0 | 21 | CB | 2A | 2F |
| Octal | 106 | 205 | 253 | 73 | 26 | 0 | 41 | 313 | 52 | 57 |
| Binary | 1000110 | 10000101 | 10101011 | 111011 | 10110 | 0 | 100001 | 11001011 | 101010 | 101111 |
Color Harmonies of #4685AB
Complementary color
Monochromatic Colors of #4685AB
Black with #4685AB
Text Example
Text Example
White with #4685AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4685AB; }
p { color: rgb(70,133,171); }
H1.HeaderClassName
{
color: #4685AB;
}
.AnyTagClassName
{
color: #4685AB;
}
</style>
background-color css
<style>
a { background-color: #4685AB; }
a { background-color: rgb(70,133,171); }
div.DivClassName
{
background-color: #4685AB;
}
.BgClassName
{
background-color: #4685AB;
}
</style>
border-color css
<style>
span { border-color: #4685AB; }
span { border-color: rgb(70,133,171); }
td.TdClassName
{
border-color: #4685AB;
}
.TagClassName
{
border-color: #4685AB;
}
</style>