Shades of Steel Blue #4072BA
Tints of Steel Blue #4072BA
RGB
CMYK
RGB Variations
Color information
#4072BA (or 0x4072BA) is known color: Steel Blue. HEX triplet: 40, 72 and BA. RGB value is (64,114,186). Sum of RGB (Red+Green+Blue) = 64+114+186=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #4072BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4072BA is #BF8D45. Grayscale: #6A6A6A. Windows color (decimal): -12553542 or 12218944. OLE color: 12218944.
HSL color Cylindrical-coordinate representation of color #4072BA: hue angle of 215.41º 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 #4072BA is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 114 | 186 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.27 |
| HSL | 215.41º | 0.49% | 0.49% | - |
| HSV(B) | 215.41º | 0.66% | 0.73% | - |
| XYZ | 16.99 | 16.67 | 48.78 | - |
| YUV | 107.26 | 172.44 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 186 | 0.66 | 0.39 | 0 | 0.27 | 215.41 | 0.49 | 0.49 |
| Hex | 40 | 72 | BA | 42 | 27 | 0 | 1B | D7 | 31 | 31 |
| Octal | 100 | 162 | 272 | 102 | 47 | 0 | 33 | 327 | 61 | 61 |
| Binary | 1000000 | 1110010 | 10111010 | 1000010 | 100111 | 0 | 11011 | 11010111 | 110001 | 110001 |
Color Harmonies of #4072BA
Complementary color
Monochromatic Colors of #4072BA
Black with #4072BA
Text Example
Text Example
White with #4072BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4072BA; }
p { color: rgb(64,114,186); }
H1.HeaderClassName
{
color: #4072BA;
}
.AnyTagClassName
{
color: #4072BA;
}
</style>
background-color css
<style>
a { background-color: #4072BA; }
a { background-color: rgb(64,114,186); }
div.DivClassName
{
background-color: #4072BA;
}
.BgClassName
{
background-color: #4072BA;
}
</style>
border-color css
<style>
span { border-color: #4072BA; }
span { border-color: rgb(64,114,186); }
td.TdClassName
{
border-color: #4072BA;
}
.TagClassName
{
border-color: #4072BA;
}
</style>