Shades of Steel Blue #407FB1
Tints of Steel Blue #407FB1
RGB
CMYK
RGB Variations
Color information
#407FB1 (or 0x407FB1) is known color: Steel Blue. HEX triplet: 40, 7F and B1. RGB value is (64,127,177). Sum of RGB (Red+Green+Blue) = 64+127+177=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #407FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FB1 is #BF804E. Grayscale: #717171. Windows color (decimal): -12550223 or 11632448. OLE color: 11632448.
HSL color Cylindrical-coordinate representation of color #407FB1: hue angle of 206.55º 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 #407FB1 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 127 | 177 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.31 |
| HSL | 206.55º | 0.47% | 0.47% | - |
| HSV(B) | 206.55º | 0.64% | 0.69% | - |
| XYZ | 17.64 | 19.44 | 44.42 | - |
| YUV | 113.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 177 | 0.64 | 0.28 | 0 | 0.31 | 206.55 | 0.47 | 0.47 |
| Hex | 40 | 7F | B1 | 40 | 1C | 0 | 1F | CF | 2F | 2F |
| Octal | 100 | 177 | 261 | 100 | 34 | 0 | 37 | 317 | 57 | 57 |
| Binary | 1000000 | 1111111 | 10110001 | 1000000 | 11100 | 0 | 11111 | 11001111 | 101111 | 101111 |
Color Harmonies of #407FB1
Complementary color
Monochromatic Colors of #407FB1
Black with #407FB1
Text Example
Text Example
White with #407FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FB1; }
p { color: rgb(64,127,177); }
H1.HeaderClassName
{
color: #407FB1;
}
.AnyTagClassName
{
color: #407FB1;
}
</style>
background-color css
<style>
a { background-color: #407FB1; }
a { background-color: rgb(64,127,177); }
div.DivClassName
{
background-color: #407FB1;
}
.BgClassName
{
background-color: #407FB1;
}
</style>
border-color css
<style>
span { border-color: #407FB1; }
span { border-color: rgb(64,127,177); }
td.TdClassName
{
border-color: #407FB1;
}
.TagClassName
{
border-color: #407FB1;
}
</style>