Shades of Steel Blue #467CA3
Tints of Steel Blue #467CA3
RGB
CMYK
RGB Variations
Color information
#467CA3 (or 0x467CA3) is known color: Steel Blue. HEX triplet: 46, 7C and A3. RGB value is (70,124,163). Sum of RGB (Red+Green+Blue) = 70+124+163=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #467CA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467CA3 is #B9835C. Grayscale: #707070. Windows color (decimal): -12157789 or 10714182. OLE color: 10714182.
HSL color Cylindrical-coordinate representation of color #467CA3: hue angle of 205.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #467CA3 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 124 | 163 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.36 |
| HSL | 205.16º | 0.4% | 0.46% | - |
| HSV(B) | 205.16º | 0.57% | 0.64% | - |
| XYZ | 16.34 | 18.36 | 37.33 | - |
| YUV | 112.3 | 156.61 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 163 | 0.57 | 0.24 | 0 | 0.36 | 205.16 | 0.4 | 0.46 |
| Hex | 46 | 7C | A3 | 39 | 18 | 0 | 24 | CD | 28 | 2E |
| Octal | 106 | 174 | 243 | 71 | 30 | 0 | 44 | 315 | 50 | 56 |
| Binary | 1000110 | 1111100 | 10100011 | 111001 | 11000 | 0 | 100100 | 11001101 | 101000 | 101110 |
Color Harmonies of #467CA3
Complementary color
Monochromatic Colors of #467CA3
Black with #467CA3
Text Example
Text Example
White with #467CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CA3; }
p { color: rgb(70,124,163); }
H1.HeaderClassName
{
color: #467CA3;
}
.AnyTagClassName
{
color: #467CA3;
}
</style>
background-color css
<style>
a { background-color: #467CA3; }
a { background-color: rgb(70,124,163); }
div.DivClassName
{
background-color: #467CA3;
}
.BgClassName
{
background-color: #467CA3;
}
</style>
border-color css
<style>
span { border-color: #467CA3; }
span { border-color: rgb(70,124,163); }
td.TdClassName
{
border-color: #467CA3;
}
.TagClassName
{
border-color: #467CA3;
}
</style>