Shades of Steel Blue #4074BA
Tints of Steel Blue #4074BA
RGB
CMYK
RGB Variations
Color information
#4074BA (or 0x4074BA) is known color: Steel Blue. HEX triplet: 40, 74 and BA. RGB value is (64,116,186). Sum of RGB (Red+Green+Blue) = 64+116+186=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #4074BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074BA is #BF8B45. Grayscale: #6C6C6C. Windows color (decimal): -12553030 or 12219456. OLE color: 12219456.
HSL color Cylindrical-coordinate representation of color #4074BA: hue angle of 214.43º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4074BA is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 116 | 186 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.27 |
| HSL | 214.43º | 0.49% | 0.49% | - |
| HSV(B) | 214.43º | 0.66% | 0.73% | - |
| XYZ | 17.22 | 17.13 | 48.85 | - |
| YUV | 108.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 186 | 0.66 | 0.38 | 0 | 0.27 | 214.43 | 0.49 | 0.49 |
| Hex | 40 | 74 | BA | 42 | 26 | 0 | 1B | D6 | 31 | 31 |
| Octal | 100 | 164 | 272 | 102 | 46 | 0 | 33 | 326 | 61 | 61 |
| Binary | 1000000 | 1110100 | 10111010 | 1000010 | 100110 | 0 | 11011 | 11010110 | 110001 | 110001 |
Color Harmonies of #4074BA
Complementary color
Monochromatic Colors of #4074BA
Black with #4074BA
Text Example
Text Example
White with #4074BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4074BA; }
p { color: rgb(64,116,186); }
H1.HeaderClassName
{
color: #4074BA;
}
.AnyTagClassName
{
color: #4074BA;
}
</style>
background-color css
<style>
a { background-color: #4074BA; }
a { background-color: rgb(64,116,186); }
div.DivClassName
{
background-color: #4074BA;
}
.BgClassName
{
background-color: #4074BA;
}
</style>
border-color css
<style>
span { border-color: #4074BA; }
span { border-color: rgb(64,116,186); }
td.TdClassName
{
border-color: #4074BA;
}
.TagClassName
{
border-color: #4074BA;
}
</style>