Shades of Steel Blue #4071C1
Tints of Steel Blue #4071C1
RGB
CMYK
RGB Variations
Color information
#4071C1 (or 0x4071C1) is known color: Steel Blue. HEX triplet: 40, 71 and C1. RGB value is (64,113,193). Sum of RGB (Red+Green+Blue) = 64+113+193=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #4071C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4071C1 is #BF8E3E. Grayscale: #6B6B6B. Windows color (decimal): -12553791 or 12677440. OLE color: 12677440.
HSL color Cylindrical-coordinate representation of color #4071C1: hue angle of 217.21º 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 #4071C1 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 113 | 193 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.24 |
| HSL | 217.21º | 0.51% | 0.5% | - |
| HSV(B) | 217.21º | 0.67% | 0.76% | - |
| XYZ | 17.65 | 16.75 | 52.76 | - |
| YUV | 107.47 | 176.27 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 193 | 0.67 | 0.41 | 0 | 0.24 | 217.21 | 0.51 | 0.5 |
| Hex | 40 | 71 | C1 | 43 | 29 | 0 | 18 | D9 | 33 | 32 |
| Octal | 100 | 161 | 301 | 103 | 51 | 0 | 30 | 331 | 63 | 62 |
| Binary | 1000000 | 1110001 | 11000001 | 1000011 | 101001 | 0 | 11000 | 11011001 | 110011 | 110010 |
Color Harmonies of #4071C1
Complementary color
Monochromatic Colors of #4071C1
Black with #4071C1
Text Example
Text Example
White with #4071C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4071C1; }
p { color: rgb(64,113,193); }
H1.HeaderClassName
{
color: #4071C1;
}
.AnyTagClassName
{
color: #4071C1;
}
</style>
background-color css
<style>
a { background-color: #4071C1; }
a { background-color: rgb(64,113,193); }
div.DivClassName
{
background-color: #4071C1;
}
.BgClassName
{
background-color: #4071C1;
}
</style>
border-color css
<style>
span { border-color: #4071C1; }
span { border-color: rgb(64,113,193); }
td.TdClassName
{
border-color: #4071C1;
}
.TagClassName
{
border-color: #4071C1;
}
</style>