Shades of Steel Blue #4185AD
Tints of Steel Blue #4185AD
RGB
CMYK
RGB Variations
Color information
#4185AD (or 0x4185AD) is known color: Steel Blue. HEX triplet: 41, 85 and AD. RGB value is (65,133,173). Sum of RGB (Red+Green+Blue) = 65+133+173=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #4185AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4185AD is #BE7A52. Grayscale: #757575. Windows color (decimal): -12483155 or 11371841. OLE color: 11371841.
HSL color Cylindrical-coordinate representation of color #4185AD: hue angle of 202.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4185AD is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 133 | 173 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.32 |
| HSL | 202.22º | 0.45% | 0.47% | - |
| HSV(B) | 202.22º | 0.62% | 0.68% | - |
| XYZ | 18.11 | 20.92 | 42.62 | - |
| YUV | 117.23 | 159.47 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 173 | 0.62 | 0.23 | 0 | 0.32 | 202.22 | 0.45 | 0.47 |
| Hex | 41 | 85 | AD | 3E | 17 | 0 | 20 | CA | 2D | 2F |
| Octal | 101 | 205 | 255 | 76 | 27 | 0 | 40 | 312 | 55 | 57 |
| Binary | 1000001 | 10000101 | 10101101 | 111110 | 10111 | 0 | 100000 | 11001010 | 101101 | 101111 |
Color Harmonies of #4185AD
Complementary color
Monochromatic Colors of #4185AD
Black with #4185AD
Text Example
Text Example
White with #4185AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4185AD; }
p { color: rgb(65,133,173); }
H1.HeaderClassName
{
color: #4185AD;
}
.AnyTagClassName
{
color: #4185AD;
}
</style>
background-color css
<style>
a { background-color: #4185AD; }
a { background-color: rgb(65,133,173); }
div.DivClassName
{
background-color: #4185AD;
}
.BgClassName
{
background-color: #4185AD;
}
</style>
border-color css
<style>
span { border-color: #4185AD; }
span { border-color: rgb(65,133,173); }
td.TdClassName
{
border-color: #4185AD;
}
.TagClassName
{
border-color: #4185AD;
}
</style>