Shades of Steel Blue #467ABE
Tints of Steel Blue #467ABE
RGB
CMYK
RGB Variations
Color information
#467ABE (or 0x467ABE) is known color: Steel Blue. HEX triplet: 46, 7A and BE. RGB value is (70,122,190). Sum of RGB (Red+Green+Blue) = 70+122+190=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #467ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ABE is #B98541. Grayscale: #717171. Windows color (decimal): -12158274 or 12483142. OLE color: 12483142.
HSL color Cylindrical-coordinate representation of color #467ABE: hue angle of 214º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467ABE is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 122 | 190 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.25 |
| HSL | 214º | 0.48% | 0.51% | - |
| HSV(B) | 214º | 0.63% | 0.75% | - |
| XYZ | 18.78 | 18.94 | 51.38 | - |
| YUV | 114.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 190 | 0.63 | 0.36 | 0 | 0.25 | 214 | 0.48 | 0.51 |
| Hex | 46 | 7A | BE | 3F | 24 | 0 | 19 | D6 | 30 | 33 |
| Octal | 106 | 172 | 276 | 77 | 44 | 0 | 31 | 326 | 60 | 63 |
| Binary | 1000110 | 1111010 | 10111110 | 111111 | 100100 | 0 | 11001 | 11010110 | 110000 | 110011 |
Color Harmonies of #467ABE
Complementary color
Monochromatic Colors of #467ABE
Black with #467ABE
Text Example
Text Example
White with #467ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467ABE; }
p { color: rgb(70,122,190); }
H1.HeaderClassName
{
color: #467ABE;
}
.AnyTagClassName
{
color: #467ABE;
}
</style>
background-color css
<style>
a { background-color: #467ABE; }
a { background-color: rgb(70,122,190); }
div.DivClassName
{
background-color: #467ABE;
}
.BgClassName
{
background-color: #467ABE;
}
</style>
border-color css
<style>
span { border-color: #467ABE; }
span { border-color: rgb(70,122,190); }
td.TdClassName
{
border-color: #467ABE;
}
.TagClassName
{
border-color: #467ABE;
}
</style>