Shades of Steel Blue #4179BC
Tints of Steel Blue #4179BC
RGB
CMYK
RGB Variations
Color information
#4179BC (or 0x4179BC) is known color: Steel Blue. HEX triplet: 41, 79 and BC. RGB value is (65,121,188). Sum of RGB (Red+Green+Blue) = 65+121+188=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #4179BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4179BC is #BE8643. Grayscale: #6F6F6F. Windows color (decimal): -12486212 or 12351809. OLE color: 12351809.
HSL color Cylindrical-coordinate representation of color #4179BC: hue angle of 212.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4179BC is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 121 | 188 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.26 |
| HSL | 212.68º | 0.49% | 0.5% | - |
| HSV(B) | 212.68º | 0.65% | 0.74% | - |
| XYZ | 18.09 | 18.43 | 50.18 | - |
| YUV | 111.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 121 | 188 | 0.65 | 0.36 | 0 | 0.26 | 212.68 | 0.49 | 0.5 |
| Hex | 41 | 79 | BC | 41 | 24 | 0 | 1A | D5 | 31 | 32 |
| Octal | 101 | 171 | 274 | 101 | 44 | 0 | 32 | 325 | 61 | 62 |
| Binary | 1000001 | 1111001 | 10111100 | 1000001 | 100100 | 0 | 11010 | 11010101 | 110001 | 110010 |
Color Harmonies of #4179BC
Complementary color
Monochromatic Colors of #4179BC
Black with #4179BC
Text Example
Text Example
White with #4179BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4179BC; }
p { color: rgb(65,121,188); }
H1.HeaderClassName
{
color: #4179BC;
}
.AnyTagClassName
{
color: #4179BC;
}
</style>
background-color css
<style>
a { background-color: #4179BC; }
a { background-color: rgb(65,121,188); }
div.DivClassName
{
background-color: #4179BC;
}
.BgClassName
{
background-color: #4179BC;
}
</style>
border-color css
<style>
span { border-color: #4179BC; }
span { border-color: rgb(65,121,188); }
td.TdClassName
{
border-color: #4179BC;
}
.TagClassName
{
border-color: #4179BC;
}
</style>