Shades of Steel Blue #4177AF
Tints of Steel Blue #4177AF
RGB
CMYK
RGB Variations
Color information
#4177AF (or 0x4177AF) is known color: Steel Blue. HEX triplet: 41, 77 and AF. RGB value is (65,119,175). Sum of RGB (Red+Green+Blue) = 65+119+175=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #4177AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4177AF is #BE8850. Grayscale: #6C6C6C. Windows color (decimal): -12486737 or 11499329. OLE color: 11499329.
HSL color Cylindrical-coordinate representation of color #4177AF: hue angle of 210.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4177AF is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 119 | 175 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.31 |
| HSL | 210.55º | 0.46% | 0.47% | - |
| HSV(B) | 210.55º | 0.63% | 0.69% | - |
| XYZ | 16.51 | 17.41 | 43.05 | - |
| YUV | 109.24 | 165.11 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 175 | 0.63 | 0.32 | 0 | 0.31 | 210.55 | 0.46 | 0.47 |
| Hex | 41 | 77 | AF | 3F | 20 | 0 | 1F | D3 | 2E | 2F |
| Octal | 101 | 167 | 257 | 77 | 40 | 0 | 37 | 323 | 56 | 57 |
| Binary | 1000001 | 1110111 | 10101111 | 111111 | 100000 | 0 | 11111 | 11010011 | 101110 | 101111 |
Color Harmonies of #4177AF
Complementary color
Monochromatic Colors of #4177AF
Black with #4177AF
Text Example
Text Example
White with #4177AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4177AF; }
p { color: rgb(65,119,175); }
H1.HeaderClassName
{
color: #4177AF;
}
.AnyTagClassName
{
color: #4177AF;
}
</style>
background-color css
<style>
a { background-color: #4177AF; }
a { background-color: rgb(65,119,175); }
div.DivClassName
{
background-color: #4177AF;
}
.BgClassName
{
background-color: #4177AF;
}
</style>
border-color css
<style>
span { border-color: #4177AF; }
span { border-color: rgb(65,119,175); }
td.TdClassName
{
border-color: #4177AF;
}
.TagClassName
{
border-color: #4177AF;
}
</style>