Shades of Steel Blue #407FB4
Tints of Steel Blue #407FB4
RGB
CMYK
RGB Variations
Color information
#407FB4 (or 0x407FB4) is known color: Steel Blue. HEX triplet: 40, 7F and B4. RGB value is (64,127,180). Sum of RGB (Red+Green+Blue) = 64+127+180=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #407FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FB4 is #BF804B. Grayscale: #717171. Windows color (decimal): -12550220 or 11829056. OLE color: 11829056.
HSL color Cylindrical-coordinate representation of color #407FB4: hue angle of 207.41º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #407FB4 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 127 | 180 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.29 |
| HSL | 207.41º | 0.48% | 0.48% | - |
| HSV(B) | 207.41º | 0.64% | 0.71% | - |
| XYZ | 17.94 | 19.56 | 46.01 | - |
| YUV | 114.21 | 165.13 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 180 | 0.64 | 0.29 | 0 | 0.29 | 207.41 | 0.48 | 0.48 |
| Hex | 40 | 7F | B4 | 40 | 1D | 0 | 1D | CF | 30 | 30 |
| Octal | 100 | 177 | 264 | 100 | 35 | 0 | 35 | 317 | 60 | 60 |
| Binary | 1000000 | 1111111 | 10110100 | 1000000 | 11101 | 0 | 11101 | 11001111 | 110000 | 110000 |
Color Harmonies of #407FB4
Complementary color
Monochromatic Colors of #407FB4
Black with #407FB4
Text Example
Text Example
White with #407FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FB4; }
p { color: rgb(64,127,180); }
H1.HeaderClassName
{
color: #407FB4;
}
.AnyTagClassName
{
color: #407FB4;
}
</style>
background-color css
<style>
a { background-color: #407FB4; }
a { background-color: rgb(64,127,180); }
div.DivClassName
{
background-color: #407FB4;
}
.BgClassName
{
background-color: #407FB4;
}
</style>
border-color css
<style>
span { border-color: #407FB4; }
span { border-color: rgb(64,127,180); }
td.TdClassName
{
border-color: #407FB4;
}
.TagClassName
{
border-color: #407FB4;
}
</style>