Shades of Steel Blue #4177AB
Tints of Steel Blue #4177AB
RGB
CMYK
RGB Variations
Color information
#4177AB (or 0x4177AB) is known color: Steel Blue. HEX triplet: 41, 77 and AB. RGB value is (65,119,171). Sum of RGB (Red+Green+Blue) = 65+119+171=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #4177AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4177AB is #BE8854. Grayscale: #6C6C6C. Windows color (decimal): -12486741 or 11237185. OLE color: 11237185.
HSL color Cylindrical-coordinate representation of color #4177AB: hue angle of 209.43º 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 #4177AB is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 119 | 171 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.33 |
| HSL | 209.43º | 0.45% | 0.46% | - |
| HSV(B) | 209.43º | 0.62% | 0.67% | - |
| XYZ | 16.13 | 17.26 | 41.01 | - |
| YUV | 108.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 171 | 0.62 | 0.30 | 0 | 0.33 | 209.43 | 0.45 | 0.46 |
| Hex | 41 | 77 | AB | 3E | 1E | 0 | 21 | D1 | 2D | 2E |
| Octal | 101 | 167 | 253 | 76 | 36 | 0 | 41 | 321 | 55 | 56 |
| Binary | 1000001 | 1110111 | 10101011 | 111110 | 11110 | 0 | 100001 | 11010001 | 101101 | 101110 |
Color Harmonies of #4177AB
Complementary color
Monochromatic Colors of #4177AB
Black with #4177AB
Text Example
Text Example
White with #4177AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4177AB; }
p { color: rgb(65,119,171); }
H1.HeaderClassName
{
color: #4177AB;
}
.AnyTagClassName
{
color: #4177AB;
}
</style>
background-color css
<style>
a { background-color: #4177AB; }
a { background-color: rgb(65,119,171); }
div.DivClassName
{
background-color: #4177AB;
}
.BgClassName
{
background-color: #4177AB;
}
</style>
border-color css
<style>
span { border-color: #4177AB; }
span { border-color: rgb(65,119,171); }
td.TdClassName
{
border-color: #4177AB;
}
.TagClassName
{
border-color: #4177AB;
}
</style>