Shades of Steel Blue #407FA5
Tints of Steel Blue #407FA5
RGB
CMYK
RGB Variations
Color information
#407FA5 (or 0x407FA5) is known color: Steel Blue. HEX triplet: 40, 7F and A5. RGB value is (64,127,165). Sum of RGB (Red+Green+Blue) = 64+127+165=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #407FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FA5 is #BF805A. Grayscale: #707070. Windows color (decimal): -12550235 or 10846016. OLE color: 10846016.
HSL color Cylindrical-coordinate representation of color #407FA5: hue angle of 202.57º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #407FA5 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 127 | 165 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.35 |
| HSL | 202.57º | 0.44% | 0.45% | - |
| HSV(B) | 202.57º | 0.61% | 0.65% | - |
| XYZ | 16.5 | 18.99 | 38.39 | - |
| YUV | 112.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 165 | 0.61 | 0.23 | 0 | 0.35 | 202.57 | 0.44 | 0.45 |
| Hex | 40 | 7F | A5 | 3D | 17 | 0 | 23 | CB | 2C | 2D |
| Octal | 100 | 177 | 245 | 75 | 27 | 0 | 43 | 313 | 54 | 55 |
| Binary | 1000000 | 1111111 | 10100101 | 111101 | 10111 | 0 | 100011 | 11001011 | 101100 | 101101 |
Color Harmonies of #407FA5
Complementary color
Monochromatic Colors of #407FA5
Black with #407FA5
Text Example
Text Example
White with #407FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FA5; }
p { color: rgb(64,127,165); }
H1.HeaderClassName
{
color: #407FA5;
}
.AnyTagClassName
{
color: #407FA5;
}
</style>
background-color css
<style>
a { background-color: #407FA5; }
a { background-color: rgb(64,127,165); }
div.DivClassName
{
background-color: #407FA5;
}
.BgClassName
{
background-color: #407FA5;
}
</style>
border-color css
<style>
span { border-color: #407FA5; }
span { border-color: rgb(64,127,165); }
td.TdClassName
{
border-color: #407FA5;
}
.TagClassName
{
border-color: #407FA5;
}
</style>