Shades of Steel Blue #4178AB
Tints of Steel Blue #4178AB
RGB
CMYK
RGB Variations
Color information
#4178AB (or 0x4178AB) is known color: Steel Blue. HEX triplet: 41, 78 and AB. RGB value is (65,120,171). Sum of RGB (Red+Green+Blue) = 65+120+171=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #4178AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4178AB is #BE8754. Grayscale: #6D6D6D. Windows color (decimal): -12486485 or 11237441. OLE color: 11237441.
HSL color Cylindrical-coordinate representation of color #4178AB: hue angle of 208.87º 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 #4178AB is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 120 | 171 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.33 |
| HSL | 208.87º | 0.45% | 0.46% | - |
| HSV(B) | 208.87º | 0.62% | 0.67% | - |
| XYZ | 16.25 | 17.5 | 41.05 | - |
| YUV | 109.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 171 | 0.62 | 0.30 | 0 | 0.33 | 208.87 | 0.45 | 0.46 |
| Hex | 41 | 78 | AB | 3E | 1E | 0 | 21 | D1 | 2D | 2E |
| Octal | 101 | 170 | 253 | 76 | 36 | 0 | 41 | 321 | 55 | 56 |
| Binary | 1000001 | 1111000 | 10101011 | 111110 | 11110 | 0 | 100001 | 11010001 | 101101 | 101110 |
Color Harmonies of #4178AB
Complementary color
Monochromatic Colors of #4178AB
Black with #4178AB
Text Example
Text Example
White with #4178AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4178AB; }
p { color: rgb(65,120,171); }
H1.HeaderClassName
{
color: #4178AB;
}
.AnyTagClassName
{
color: #4178AB;
}
</style>
background-color css
<style>
a { background-color: #4178AB; }
a { background-color: rgb(65,120,171); }
div.DivClassName
{
background-color: #4178AB;
}
.BgClassName
{
background-color: #4178AB;
}
</style>
border-color css
<style>
span { border-color: #4178AB; }
span { border-color: rgb(65,120,171); }
td.TdClassName
{
border-color: #4178AB;
}
.TagClassName
{
border-color: #4178AB;
}
</style>