Shades of Steel Blue #4180AB
Tints of Steel Blue #4180AB
RGB
CMYK
RGB Variations
Color information
#4180AB (or 0x4180AB) is known color: Steel Blue. HEX triplet: 41, 80 and AB. RGB value is (65,128,171). Sum of RGB (Red+Green+Blue) = 65+128+171=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #4180AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4180AB is #BE7F54. Grayscale: #717171. Windows color (decimal): -12484437 or 11239489. OLE color: 11239489.
HSL color Cylindrical-coordinate representation of color #4180AB: hue angle of 204.34º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4180AB is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 128 | 171 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.33 |
| HSL | 204.34º | 0.45% | 0.46% | - |
| HSV(B) | 204.34º | 0.62% | 0.67% | - |
| XYZ | 17.25 | 19.5 | 41.38 | - |
| YUV | 114.07 | 160.13 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 171 | 0.62 | 0.25 | 0 | 0.33 | 204.34 | 0.45 | 0.46 |
| Hex | 41 | 80 | AB | 3E | 19 | 0 | 21 | CC | 2D | 2E |
| Octal | 101 | 200 | 253 | 76 | 31 | 0 | 41 | 314 | 55 | 56 |
| Binary | 1000001 | 10000000 | 10101011 | 111110 | 11001 | 0 | 100001 | 11001100 | 101101 | 101110 |
Color Harmonies of #4180AB
Complementary color
Monochromatic Colors of #4180AB
Black with #4180AB
Text Example
Text Example
White with #4180AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4180AB; }
p { color: rgb(65,128,171); }
H1.HeaderClassName
{
color: #4180AB;
}
.AnyTagClassName
{
color: #4180AB;
}
</style>
background-color css
<style>
a { background-color: #4180AB; }
a { background-color: rgb(65,128,171); }
div.DivClassName
{
background-color: #4180AB;
}
.BgClassName
{
background-color: #4180AB;
}
</style>
border-color css
<style>
span { border-color: #4180AB; }
span { border-color: rgb(65,128,171); }
td.TdClassName
{
border-color: #4180AB;
}
.TagClassName
{
border-color: #4180AB;
}
</style>