Shades of Steel Blue #467ABC
Tints of Steel Blue #467ABC
RGB
CMYK
RGB Variations
Color information
#467ABC (or 0x467ABC) is known color: Steel Blue. HEX triplet: 46, 7A and BC. RGB value is (70,122,188). Sum of RGB (Red+Green+Blue) = 70+122+188=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #467ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ABC is #B98543. Grayscale: #717171. Windows color (decimal): -12158276 or 12352070. OLE color: 12352070.
HSL color Cylindrical-coordinate representation of color #467ABC: hue angle of 213.56º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467ABC is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 122 | 188 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.26 |
| HSL | 213.56º | 0.47% | 0.51% | - |
| HSV(B) | 213.56º | 0.63% | 0.74% | - |
| XYZ | 18.56 | 18.85 | 50.24 | - |
| YUV | 113.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 188 | 0.63 | 0.35 | 0 | 0.26 | 213.56 | 0.47 | 0.51 |
| Hex | 46 | 7A | BC | 3F | 23 | 0 | 1A | D6 | 2F | 33 |
| Octal | 106 | 172 | 274 | 77 | 43 | 0 | 32 | 326 | 57 | 63 |
| Binary | 1000110 | 1111010 | 10111100 | 111111 | 100011 | 0 | 11010 | 11010110 | 101111 | 110011 |
Color Harmonies of #467ABC
Complementary color
Monochromatic Colors of #467ABC
Black with #467ABC
Text Example
Text Example
White with #467ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467ABC; }
p { color: rgb(70,122,188); }
H1.HeaderClassName
{
color: #467ABC;
}
.AnyTagClassName
{
color: #467ABC;
}
</style>
background-color css
<style>
a { background-color: #467ABC; }
a { background-color: rgb(70,122,188); }
div.DivClassName
{
background-color: #467ABC;
}
.BgClassName
{
background-color: #467ABC;
}
</style>
border-color css
<style>
span { border-color: #467ABC; }
span { border-color: rgb(70,122,188); }
td.TdClassName
{
border-color: #467ABC;
}
.TagClassName
{
border-color: #467ABC;
}
</style>