Shades of Steel Blue #4071C4
Tints of Steel Blue #4071C4
RGB
CMYK
RGB Variations
Color information
#4071C4 (or 0x4071C4) is known color: Steel Blue. HEX triplet: 40, 71 and C4. RGB value is (64,113,196). Sum of RGB (Red+Green+Blue) = 64+113+196=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #4071C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4071C4 is #BF8E3B. Grayscale: #6B6B6B. Windows color (decimal): -12553788 or 12874048. OLE color: 12874048.
HSL color Cylindrical-coordinate representation of color #4071C4: hue angle of 217.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4071C4 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 113 | 196 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.23 |
| HSL | 217.73º | 0.53% | 0.51% | - |
| HSV(B) | 217.73º | 0.67% | 0.77% | - |
| XYZ | 17.98 | 16.89 | 54.54 | - |
| YUV | 107.81 | 177.77 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 196 | 0.67 | 0.42 | 0 | 0.23 | 217.73 | 0.53 | 0.51 |
| Hex | 40 | 71 | C4 | 43 | 2A | 0 | 17 | DA | 35 | 33 |
| Octal | 100 | 161 | 304 | 103 | 52 | 0 | 27 | 332 | 65 | 63 |
| Binary | 1000000 | 1110001 | 11000100 | 1000011 | 101010 | 0 | 10111 | 11011010 | 110101 | 110011 |
Color Harmonies of #4071C4
Complementary color
Monochromatic Colors of #4071C4
Black with #4071C4
Text Example
Text Example
White with #4071C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4071C4; }
p { color: rgb(64,113,196); }
H1.HeaderClassName
{
color: #4071C4;
}
.AnyTagClassName
{
color: #4071C4;
}
</style>
background-color css
<style>
a { background-color: #4071C4; }
a { background-color: rgb(64,113,196); }
div.DivClassName
{
background-color: #4071C4;
}
.BgClassName
{
background-color: #4071C4;
}
</style>
border-color css
<style>
span { border-color: #4071C4; }
span { border-color: rgb(64,113,196); }
td.TdClassName
{
border-color: #4071C4;
}
.TagClassName
{
border-color: #4071C4;
}
</style>