Shades of Steel Blue #4071B1
Tints of Steel Blue #4071B1
RGB
CMYK
RGB Variations
Color information
#4071B1 (or 0x4071B1) is known color: Steel Blue. HEX triplet: 40, 71 and B1. RGB value is (64,113,177). Sum of RGB (Red+Green+Blue) = 64+113+177=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #4071B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4071B1 is #BF8E4E. Grayscale: #696969. Windows color (decimal): -12553807 or 11628864. OLE color: 11628864.
HSL color Cylindrical-coordinate representation of color #4071B1: hue angle of 213.98º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4071B1 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 113 | 177 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.31 |
| HSL | 213.98º | 0.47% | 0.47% | - |
| HSV(B) | 213.98º | 0.64% | 0.69% | - |
| XYZ | 15.96 | 16.07 | 43.86 | - |
| YUV | 105.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 177 | 0.64 | 0.36 | 0 | 0.31 | 213.98 | 0.47 | 0.47 |
| Hex | 40 | 71 | B1 | 40 | 24 | 0 | 1F | D6 | 2F | 2F |
| Octal | 100 | 161 | 261 | 100 | 44 | 0 | 37 | 326 | 57 | 57 |
| Binary | 1000000 | 1110001 | 10110001 | 1000000 | 100100 | 0 | 11111 | 11010110 | 101111 | 101111 |
Color Harmonies of #4071B1
Complementary color
Monochromatic Colors of #4071B1
Black with #4071B1
Text Example
Text Example
White with #4071B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4071B1; }
p { color: rgb(64,113,177); }
H1.HeaderClassName
{
color: #4071B1;
}
.AnyTagClassName
{
color: #4071B1;
}
</style>
background-color css
<style>
a { background-color: #4071B1; }
a { background-color: rgb(64,113,177); }
div.DivClassName
{
background-color: #4071B1;
}
.BgClassName
{
background-color: #4071B1;
}
</style>
border-color css
<style>
span { border-color: #4071B1; }
span { border-color: rgb(64,113,177); }
td.TdClassName
{
border-color: #4071B1;
}
.TagClassName
{
border-color: #4071B1;
}
</style>