Shades of Steel Blue #4180BA
Tints of Steel Blue #4180BA
RGB
CMYK
RGB Variations
Color information
#4180BA (or 0x4180BA) is known color: Steel Blue. HEX triplet: 41, 80 and BA. RGB value is (65,128,186). Sum of RGB (Red+Green+Blue) = 65+128+186=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #4180BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4180BA is #BE7F45. Grayscale: #737373. Windows color (decimal): -12484422 or 12222529. OLE color: 12222529.
HSL color Cylindrical-coordinate representation of color #4180BA: hue angle of 208.76º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4180BA is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 128 | 186 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.27 |
| HSL | 208.76º | 0.48% | 0.49% | - |
| HSV(B) | 208.76º | 0.65% | 0.73% | - |
| XYZ | 18.76 | 20.11 | 49.35 | - |
| YUV | 115.78 | 167.63 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 186 | 0.65 | 0.31 | 0 | 0.27 | 208.76 | 0.48 | 0.49 |
| Hex | 41 | 80 | BA | 41 | 1F | 0 | 1B | D1 | 30 | 31 |
| Octal | 101 | 200 | 272 | 101 | 37 | 0 | 33 | 321 | 60 | 61 |
| Binary | 1000001 | 10000000 | 10111010 | 1000001 | 11111 | 0 | 11011 | 11010001 | 110000 | 110001 |
Color Harmonies of #4180BA
Complementary color
Monochromatic Colors of #4180BA
Black with #4180BA
Text Example
Text Example
White with #4180BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4180BA; }
p { color: rgb(65,128,186); }
H1.HeaderClassName
{
color: #4180BA;
}
.AnyTagClassName
{
color: #4180BA;
}
</style>
background-color css
<style>
a { background-color: #4180BA; }
a { background-color: rgb(65,128,186); }
div.DivClassName
{
background-color: #4180BA;
}
.BgClassName
{
background-color: #4180BA;
}
</style>
border-color css
<style>
span { border-color: #4180BA; }
span { border-color: rgb(65,128,186); }
td.TdClassName
{
border-color: #4180BA;
}
.TagClassName
{
border-color: #4180BA;
}
</style>