Shades of Steel Blue #407AB0
Tints of Steel Blue #407AB0
RGB
CMYK
RGB Variations
Color information
#407AB0 (or 0x407AB0) is known color: Steel Blue. HEX triplet: 40, 7A and B0. RGB value is (64,122,176). Sum of RGB (Red+Green+Blue) = 64+122+176=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #407AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407AB0 is #BF854F. Grayscale: #6E6E6E. Windows color (decimal): -12551504 or 11565632. OLE color: 11565632.
HSL color Cylindrical-coordinate representation of color #407AB0: hue angle of 208.93º 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 #407AB0 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 122 | 176 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.31 |
| HSL | 208.93º | 0.47% | 0.47% | - |
| HSV(B) | 208.93º | 0.64% | 0.69% | - |
| XYZ | 16.91 | 18.14 | 43.69 | - |
| YUV | 110.81 | 164.78 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 176 | 0.64 | 0.31 | 0 | 0.31 | 208.93 | 0.47 | 0.47 |
| Hex | 40 | 7A | B0 | 40 | 1F | 0 | 1F | D1 | 2F | 2F |
| Octal | 100 | 172 | 260 | 100 | 37 | 0 | 37 | 321 | 57 | 57 |
| Binary | 1000000 | 1111010 | 10110000 | 1000000 | 11111 | 0 | 11111 | 11010001 | 101111 | 101111 |
Color Harmonies of #407AB0
Complementary color
Monochromatic Colors of #407AB0
Black with #407AB0
Text Example
Text Example
White with #407AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AB0; }
p { color: rgb(64,122,176); }
H1.HeaderClassName
{
color: #407AB0;
}
.AnyTagClassName
{
color: #407AB0;
}
</style>
background-color css
<style>
a { background-color: #407AB0; }
a { background-color: rgb(64,122,176); }
div.DivClassName
{
background-color: #407AB0;
}
.BgClassName
{
background-color: #407AB0;
}
</style>
border-color css
<style>
span { border-color: #407AB0; }
span { border-color: rgb(64,122,176); }
td.TdClassName
{
border-color: #407AB0;
}
.TagClassName
{
border-color: #407AB0;
}
</style>