Shades of Steel Blue #467AC1
Tints of Steel Blue #467AC1
RGB
CMYK
RGB Variations
Color information
#467AC1 (or 0x467AC1) is known color: Steel Blue. HEX triplet: 46, 7A and C1. RGB value is (70,122,193). Sum of RGB (Red+Green+Blue) = 70+122+193=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #467AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AC1 is #B9853E. Grayscale: #727272. Windows color (decimal): -12158271 or 12679750. OLE color: 12679750.
HSL color Cylindrical-coordinate representation of color #467AC1: hue angle of 214.63º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #467AC1 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 122 | 193 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.24 |
| HSL | 214.63º | 0.5% | 0.52% | - |
| HSV(B) | 214.63º | 0.64% | 0.76% | - |
| XYZ | 19.11 | 19.07 | 53.13 | - |
| YUV | 114.55 | 172.27 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 193 | 0.64 | 0.37 | 0 | 0.24 | 214.63 | 0.5 | 0.52 |
| Hex | 46 | 7A | C1 | 40 | 25 | 0 | 18 | D7 | 32 | 34 |
| Octal | 106 | 172 | 301 | 100 | 45 | 0 | 30 | 327 | 62 | 64 |
| Binary | 1000110 | 1111010 | 11000001 | 1000000 | 100101 | 0 | 11000 | 11010111 | 110010 | 110100 |
Color Harmonies of #467AC1
Complementary color
Monochromatic Colors of #467AC1
Black with #467AC1
Text Example
Text Example
White with #467AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AC1; }
p { color: rgb(70,122,193); }
H1.HeaderClassName
{
color: #467AC1;
}
.AnyTagClassName
{
color: #467AC1;
}
</style>
background-color css
<style>
a { background-color: #467AC1; }
a { background-color: rgb(70,122,193); }
div.DivClassName
{
background-color: #467AC1;
}
.BgClassName
{
background-color: #467AC1;
}
</style>
border-color css
<style>
span { border-color: #467AC1; }
span { border-color: rgb(70,122,193); }
td.TdClassName
{
border-color: #467AC1;
}
.TagClassName
{
border-color: #467AC1;
}
</style>