Shades of Steel Blue #4072C1
Tints of Steel Blue #4072C1
RGB
CMYK
RGB Variations
Color information
#4072C1 (or 0x4072C1) is known color: Steel Blue. HEX triplet: 40, 72 and C1. RGB value is (64,114,193). Sum of RGB (Red+Green+Blue) = 64+114+193=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #4072C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4072C1 is #BF8D3E. Grayscale: #6B6B6B. Windows color (decimal): -12553535 or 12677696. OLE color: 12677696.
HSL color Cylindrical-coordinate representation of color #4072C1: hue angle of 216.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4072C1 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 114 | 193 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.24 |
| HSL | 216.74º | 0.51% | 0.5% | - |
| HSV(B) | 216.74º | 0.67% | 0.76% | - |
| XYZ | 17.76 | 16.97 | 52.79 | - |
| YUV | 108.06 | 175.94 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 193 | 0.67 | 0.41 | 0 | 0.24 | 216.74 | 0.51 | 0.5 |
| Hex | 40 | 72 | C1 | 43 | 29 | 0 | 18 | D9 | 33 | 32 |
| Octal | 100 | 162 | 301 | 103 | 51 | 0 | 30 | 331 | 63 | 62 |
| Binary | 1000000 | 1110010 | 11000001 | 1000011 | 101001 | 0 | 11000 | 11011001 | 110011 | 110010 |
Color Harmonies of #4072C1
Complementary color
Monochromatic Colors of #4072C1
Black with #4072C1
Text Example
Text Example
White with #4072C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4072C1; }
p { color: rgb(64,114,193); }
H1.HeaderClassName
{
color: #4072C1;
}
.AnyTagClassName
{
color: #4072C1;
}
</style>
background-color css
<style>
a { background-color: #4072C1; }
a { background-color: rgb(64,114,193); }
div.DivClassName
{
background-color: #4072C1;
}
.BgClassName
{
background-color: #4072C1;
}
</style>
border-color css
<style>
span { border-color: #4072C1; }
span { border-color: rgb(64,114,193); }
td.TdClassName
{
border-color: #4072C1;
}
.TagClassName
{
border-color: #4072C1;
}
</style>