Shades of Steel Blue #4486AD
Tints of Steel Blue #4486AD
RGB
CMYK
RGB Variations
Color information
#4486AD (or 0x4486AD) is known color: Steel Blue. HEX triplet: 44, 86 and AD. RGB value is (68,134,173). Sum of RGB (Red+Green+Blue) = 68+134+173=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 134 (52.73% from 255 or 35.73% 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 #4486AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4486AD is #BB7952. Grayscale: #767676. Windows color (decimal): -12286291 or 11372100. OLE color: 11372100.
HSL color Cylindrical-coordinate representation of color #4486AD: hue angle of 202.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4486AD is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 134 | 173 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.32 |
| HSL | 202.29º | 0.44% | 0.47% | - |
| HSV(B) | 202.29º | 0.61% | 0.68% | - |
| XYZ | 18.45 | 21.3 | 42.67 | - |
| YUV | 118.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 173 | 0.61 | 0.23 | 0 | 0.32 | 202.29 | 0.44 | 0.47 |
| Hex | 44 | 86 | AD | 3D | 17 | 0 | 20 | CA | 2C | 2F |
| Octal | 104 | 206 | 255 | 75 | 27 | 0 | 40 | 312 | 54 | 57 |
| Binary | 1000100 | 10000110 | 10101101 | 111101 | 10111 | 0 | 100000 | 11001010 | 101100 | 101111 |
Color Harmonies of #4486AD
Complementary color
Monochromatic Colors of #4486AD
Black with #4486AD
Text Example
Text Example
White with #4486AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4486AD; }
p { color: rgb(68,134,173); }
H1.HeaderClassName
{
color: #4486AD;
}
.AnyTagClassName
{
color: #4486AD;
}
</style>
background-color css
<style>
a { background-color: #4486AD; }
a { background-color: rgb(68,134,173); }
div.DivClassName
{
background-color: #4486AD;
}
.BgClassName
{
background-color: #4486AD;
}
</style>
border-color css
<style>
span { border-color: #4486AD; }
span { border-color: rgb(68,134,173); }
td.TdClassName
{
border-color: #4486AD;
}
.TagClassName
{
border-color: #4486AD;
}
</style>