Shades of Steel Blue #4178BE
Tints of Steel Blue #4178BE
RGB
CMYK
RGB Variations
Color information
#4178BE (or 0x4178BE) is known color: Steel Blue. HEX triplet: 41, 78 and BE. RGB value is (65,120,190). Sum of RGB (Red+Green+Blue) = 65+120+190=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #4178BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4178BE is #BE8741. Grayscale: #6F6F6F. Windows color (decimal): -12486466 or 12482625. OLE color: 12482625.
HSL color Cylindrical-coordinate representation of color #4178BE: hue angle of 213.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4178BE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 120 | 190 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.25 |
| HSL | 213.6º | 0.49% | 0.5% | - |
| HSV(B) | 213.6º | 0.66% | 0.75% | - |
| XYZ | 18.19 | 18.27 | 51.28 | - |
| YUV | 111.54 | 172.28 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 190 | 0.66 | 0.37 | 0 | 0.25 | 213.6 | 0.49 | 0.5 |
| Hex | 41 | 78 | BE | 42 | 25 | 0 | 19 | D6 | 31 | 32 |
| Octal | 101 | 170 | 276 | 102 | 45 | 0 | 31 | 326 | 61 | 62 |
| Binary | 1000001 | 1111000 | 10111110 | 1000010 | 100101 | 0 | 11001 | 11010110 | 110001 | 110010 |
Color Harmonies of #4178BE
Complementary color
Monochromatic Colors of #4178BE
Black with #4178BE
Text Example
Text Example
White with #4178BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4178BE; }
p { color: rgb(65,120,190); }
H1.HeaderClassName
{
color: #4178BE;
}
.AnyTagClassName
{
color: #4178BE;
}
</style>
background-color css
<style>
a { background-color: #4178BE; }
a { background-color: rgb(65,120,190); }
div.DivClassName
{
background-color: #4178BE;
}
.BgClassName
{
background-color: #4178BE;
}
</style>
border-color css
<style>
span { border-color: #4178BE; }
span { border-color: rgb(65,120,190); }
td.TdClassName
{
border-color: #4178BE;
}
.TagClassName
{
border-color: #4178BE;
}
</style>