Shades of Steel Blue #4179C7
Tints of Steel Blue #4179C7
RGB
CMYK
RGB Variations
Color information
#4179C7 (or 0x4179C7) is known color: Steel Blue. HEX triplet: 41, 79 and C7. RGB value is (65,121,199). Sum of RGB (Red+Green+Blue) = 65+121+199=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 199 (78.12% from 255 or 51.69% from 385); Max value from RGB is 199 - color contains mainly: blue. Hex color #4179C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4179C7 is #BE8638. Grayscale: #707070. Windows color (decimal): -12486201 or 13072705. OLE color: 13072705.
HSL color Cylindrical-coordinate representation of color #4179C7: hue angle of 214.93º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4179C7 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 121 | 199 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.22 |
| HSL | 214.93º | 0.54% | 0.52% | - |
| HSV(B) | 214.93º | 0.67% | 0.78% | - |
| XYZ | 19.33 | 18.92 | 56.67 | - |
| YUV | 113.15 | 176.45 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 121 | 199 | 0.67 | 0.39 | 0 | 0.22 | 214.93 | 0.54 | 0.52 |
| Hex | 41 | 79 | C7 | 43 | 27 | 0 | 16 | D7 | 36 | 34 |
| Octal | 101 | 171 | 307 | 103 | 47 | 0 | 26 | 327 | 66 | 64 |
| Binary | 1000001 | 1111001 | 11000111 | 1000011 | 100111 | 0 | 10110 | 11010111 | 110110 | 110100 |
Color Harmonies of #4179C7
Complementary color
Monochromatic Colors of #4179C7
Black with #4179C7
Text Example
Text Example
White with #4179C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4179C7; }
p { color: rgb(65,121,199); }
H1.HeaderClassName
{
color: #4179C7;
}
.AnyTagClassName
{
color: #4179C7;
}
</style>
background-color css
<style>
a { background-color: #4179C7; }
a { background-color: rgb(65,121,199); }
div.DivClassName
{
background-color: #4179C7;
}
.BgClassName
{
background-color: #4179C7;
}
</style>
border-color css
<style>
span { border-color: #4179C7; }
span { border-color: rgb(65,121,199); }
td.TdClassName
{
border-color: #4179C7;
}
.TagClassName
{
border-color: #4179C7;
}
</style>