Shades of Steel Blue #4074BE
Tints of Steel Blue #4074BE
RGB
CMYK
RGB Variations
Color information
#4074BE (or 0x4074BE) is known color: Steel Blue. HEX triplet: 40, 74 and BE. RGB value is (64,116,190). Sum of RGB (Red+Green+Blue) = 64+116+190=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #4074BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074BE is #BF8B41. Grayscale: #6C6C6C. Windows color (decimal): -12553026 or 12481600. OLE color: 12481600.
HSL color Cylindrical-coordinate representation of color #4074BE: hue angle of 215.24º degrees, saturation: 0.5, 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 #4074BE is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 116 | 190 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.25 |
| HSL | 215.24º | 0.5% | 0.5% | - |
| HSV(B) | 215.24º | 0.66% | 0.75% | - |
| XYZ | 17.65 | 17.3 | 51.12 | - |
| YUV | 108.89 | 173.77 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 190 | 0.66 | 0.39 | 0 | 0.25 | 215.24 | 0.5 | 0.5 |
| Hex | 40 | 74 | BE | 42 | 27 | 0 | 19 | D7 | 32 | 32 |
| Octal | 100 | 164 | 276 | 102 | 47 | 0 | 31 | 327 | 62 | 62 |
| Binary | 1000000 | 1110100 | 10111110 | 1000010 | 100111 | 0 | 11001 | 11010111 | 110010 | 110010 |
Color Harmonies of #4074BE
Complementary color
Monochromatic Colors of #4074BE
Black with #4074BE
Text Example
Text Example
White with #4074BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4074BE; }
p { color: rgb(64,116,190); }
H1.HeaderClassName
{
color: #4074BE;
}
.AnyTagClassName
{
color: #4074BE;
}
</style>
background-color css
<style>
a { background-color: #4074BE; }
a { background-color: rgb(64,116,190); }
div.DivClassName
{
background-color: #4074BE;
}
.BgClassName
{
background-color: #4074BE;
}
</style>
border-color css
<style>
span { border-color: #4074BE; }
span { border-color: rgb(64,116,190); }
td.TdClassName
{
border-color: #4074BE;
}
.TagClassName
{
border-color: #4074BE;
}
</style>