Shades of Steel Blue #4074BB
Tints of Steel Blue #4074BB
RGB
CMYK
RGB Variations
Color information
#4074BB (or 0x4074BB) is known color: Steel Blue. HEX triplet: 40, 74 and BB. RGB value is (64,116,187). Sum of RGB (Red+Green+Blue) = 64+116+187=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #4074BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074BB is #BF8B44. Grayscale: #6C6C6C. Windows color (decimal): -12553029 or 12284992. OLE color: 12284992.
HSL color Cylindrical-coordinate representation of color #4074BB: hue angle of 214.63º 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 #4074BB is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 116 | 187 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.27 |
| HSL | 214.63º | 0.49% | 0.49% | - |
| HSV(B) | 214.63º | 0.66% | 0.73% | - |
| XYZ | 17.33 | 17.17 | 49.41 | - |
| YUV | 108.55 | 172.27 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 187 | 0.66 | 0.38 | 0 | 0.27 | 214.63 | 0.49 | 0.49 |
| Hex | 40 | 74 | BB | 42 | 26 | 0 | 1B | D7 | 31 | 31 |
| Octal | 100 | 164 | 273 | 102 | 46 | 0 | 33 | 327 | 61 | 61 |
| Binary | 1000000 | 1110100 | 10111011 | 1000010 | 100110 | 0 | 11011 | 11010111 | 110001 | 110001 |
Color Harmonies of #4074BB
Complementary color
Monochromatic Colors of #4074BB
Black with #4074BB
Text Example
Text Example
White with #4074BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4074BB; }
p { color: rgb(64,116,187); }
H1.HeaderClassName
{
color: #4074BB;
}
.AnyTagClassName
{
color: #4074BB;
}
</style>
background-color css
<style>
a { background-color: #4074BB; }
a { background-color: rgb(64,116,187); }
div.DivClassName
{
background-color: #4074BB;
}
.BgClassName
{
background-color: #4074BB;
}
</style>
border-color css
<style>
span { border-color: #4074BB; }
span { border-color: rgb(64,116,187); }
td.TdClassName
{
border-color: #4074BB;
}
.TagClassName
{
border-color: #4074BB;
}
</style>