Shades of Steel Blue #4074BF
Tints of Steel Blue #4074BF
RGB
CMYK
RGB Variations
Color information
#4074BF (or 0x4074BF) is known color: Steel Blue. HEX triplet: 40, 74 and BF. RGB value is (64,116,191). Sum of RGB (Red+Green+Blue) = 64+116+191=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #4074BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074BF is #BF8B40. Grayscale: #6C6C6C. Windows color (decimal): -12553025 or 12547136. OLE color: 12547136.
HSL color Cylindrical-coordinate representation of color #4074BF: hue angle of 215.43º 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 #4074BF is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 116 | 191 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.25 |
| HSL | 215.43º | 0.5% | 0.5% | - |
| HSV(B) | 215.43º | 0.66% | 0.75% | - |
| XYZ | 17.76 | 17.34 | 51.7 | - |
| YUV | 109 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 191 | 0.66 | 0.39 | 0 | 0.25 | 215.43 | 0.5 | 0.5 |
| Hex | 40 | 74 | BF | 42 | 27 | 0 | 19 | D7 | 32 | 32 |
| Octal | 100 | 164 | 277 | 102 | 47 | 0 | 31 | 327 | 62 | 62 |
| Binary | 1000000 | 1110100 | 10111111 | 1000010 | 100111 | 0 | 11001 | 11010111 | 110010 | 110010 |
Color Harmonies of #4074BF
Complementary color
Monochromatic Colors of #4074BF
Black with #4074BF
Text Example
Text Example
White with #4074BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4074BF; }
p { color: rgb(64,116,191); }
H1.HeaderClassName
{
color: #4074BF;
}
.AnyTagClassName
{
color: #4074BF;
}
</style>
background-color css
<style>
a { background-color: #4074BF; }
a { background-color: rgb(64,116,191); }
div.DivClassName
{
background-color: #4074BF;
}
.BgClassName
{
background-color: #4074BF;
}
</style>
border-color css
<style>
span { border-color: #4074BF; }
span { border-color: rgb(64,116,191); }
td.TdClassName
{
border-color: #4074BF;
}
.TagClassName
{
border-color: #4074BF;
}
</style>