Shades of Steel Blue #4175AD
Tints of Steel Blue #4175AD
RGB
CMYK
RGB Variations
Color information
#4175AD (or 0x4175AD) is known color: Steel Blue. HEX triplet: 41, 75 and AD. RGB value is (65,117,173). Sum of RGB (Red+Green+Blue) = 65+117+173=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #4175AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4175AD is #BE8A52. Grayscale: #6B6B6B. Windows color (decimal): -12487251 or 11367745. OLE color: 11367745.
HSL color Cylindrical-coordinate representation of color #4175AD: hue angle of 211.11º 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 #4175AD is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 117 | 173 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.32 |
| HSL | 211.11º | 0.45% | 0.47% | - |
| HSV(B) | 211.11º | 0.62% | 0.68% | - |
| XYZ | 16.08 | 16.86 | 41.94 | - |
| YUV | 107.84 | 164.77 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 173 | 0.62 | 0.32 | 0 | 0.32 | 211.11 | 0.45 | 0.47 |
| Hex | 41 | 75 | AD | 3E | 20 | 0 | 20 | D3 | 2D | 2F |
| Octal | 101 | 165 | 255 | 76 | 40 | 0 | 40 | 323 | 55 | 57 |
| Binary | 1000001 | 1110101 | 10101101 | 111110 | 100000 | 0 | 100000 | 11010011 | 101101 | 101111 |
Color Harmonies of #4175AD
Complementary color
Monochromatic Colors of #4175AD
Black with #4175AD
Text Example
Text Example
White with #4175AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4175AD; }
p { color: rgb(65,117,173); }
H1.HeaderClassName
{
color: #4175AD;
}
.AnyTagClassName
{
color: #4175AD;
}
</style>
background-color css
<style>
a { background-color: #4175AD; }
a { background-color: rgb(65,117,173); }
div.DivClassName
{
background-color: #4175AD;
}
.BgClassName
{
background-color: #4175AD;
}
</style>
border-color css
<style>
span { border-color: #4175AD; }
span { border-color: rgb(65,117,173); }
td.TdClassName
{
border-color: #4175AD;
}
.TagClassName
{
border-color: #4175AD;
}
</style>