Shades of Steel Blue #4175AB
Tints of Steel Blue #4175AB
RGB
CMYK
RGB Variations
Color information
#4175AB (or 0x4175AB) is known color: Steel Blue. HEX triplet: 41, 75 and AB. RGB value is (65,117,171). Sum of RGB (Red+Green+Blue) = 65+117+171=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #4175AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4175AB is #BE8A54. Grayscale: #6B6B6B. Windows color (decimal): -12487253 or 11236673. OLE color: 11236673.
HSL color Cylindrical-coordinate representation of color #4175AB: hue angle of 210.57º 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 #4175AB is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 117 | 171 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.33 |
| HSL | 210.57º | 0.45% | 0.46% | - |
| HSV(B) | 210.57º | 0.62% | 0.67% | - |
| XYZ | 15.89 | 16.79 | 40.93 | - |
| YUV | 107.61 | 163.77 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 171 | 0.62 | 0.32 | 0 | 0.33 | 210.57 | 0.45 | 0.46 |
| Hex | 41 | 75 | AB | 3E | 20 | 0 | 21 | D3 | 2D | 2E |
| Octal | 101 | 165 | 253 | 76 | 40 | 0 | 41 | 323 | 55 | 56 |
| Binary | 1000001 | 1110101 | 10101011 | 111110 | 100000 | 0 | 100001 | 11010011 | 101101 | 101110 |
Color Harmonies of #4175AB
Complementary color
Monochromatic Colors of #4175AB
Black with #4175AB
Text Example
Text Example
White with #4175AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4175AB; }
p { color: rgb(65,117,171); }
H1.HeaderClassName
{
color: #4175AB;
}
.AnyTagClassName
{
color: #4175AB;
}
</style>
background-color css
<style>
a { background-color: #4175AB; }
a { background-color: rgb(65,117,171); }
div.DivClassName
{
background-color: #4175AB;
}
.BgClassName
{
background-color: #4175AB;
}
</style>
border-color css
<style>
span { border-color: #4175AB; }
span { border-color: rgb(65,117,171); }
td.TdClassName
{
border-color: #4175AB;
}
.TagClassName
{
border-color: #4175AB;
}
</style>