Shades of Steel Blue #467DBC
Tints of Steel Blue #467DBC
RGB
CMYK
RGB Variations
Color information
#467DBC (or 0x467DBC) is known color: Steel Blue. HEX triplet: 46, 7D and BC. RGB value is (70,125,188). Sum of RGB (Red+Green+Blue) = 70+125+188=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #467DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DBC is #B98243. Grayscale: #737373. Windows color (decimal): -12157508 or 12352838. OLE color: 12352838.
HSL color Cylindrical-coordinate representation of color #467DBC: hue angle of 212.03º 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 #467DBC is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 125 | 188 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.26 |
| HSL | 212.03º | 0.47% | 0.51% | - |
| HSV(B) | 212.03º | 0.63% | 0.74% | - |
| XYZ | 18.94 | 19.6 | 50.36 | - |
| YUV | 115.74 | 168.78 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 188 | 0.63 | 0.34 | 0 | 0.26 | 212.03 | 0.47 | 0.51 |
| Hex | 46 | 7D | BC | 3F | 22 | 0 | 1A | D4 | 2F | 33 |
| Octal | 106 | 175 | 274 | 77 | 42 | 0 | 32 | 324 | 57 | 63 |
| Binary | 1000110 | 1111101 | 10111100 | 111111 | 100010 | 0 | 11010 | 11010100 | 101111 | 110011 |
Color Harmonies of #467DBC
Complementary color
Monochromatic Colors of #467DBC
Black with #467DBC
Text Example
Text Example
White with #467DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DBC; }
p { color: rgb(70,125,188); }
H1.HeaderClassName
{
color: #467DBC;
}
.AnyTagClassName
{
color: #467DBC;
}
</style>
background-color css
<style>
a { background-color: #467DBC; }
a { background-color: rgb(70,125,188); }
div.DivClassName
{
background-color: #467DBC;
}
.BgClassName
{
background-color: #467DBC;
}
</style>
border-color css
<style>
span { border-color: #467DBC; }
span { border-color: rgb(70,125,188); }
td.TdClassName
{
border-color: #467DBC;
}
.TagClassName
{
border-color: #467DBC;
}
</style>