Shades of Steel Blue #467FA3
Tints of Steel Blue #467FA3
RGB
CMYK
RGB Variations
Color information
#467FA3 (or 0x467FA3) is known color: Steel Blue. HEX triplet: 46, 7F and A3. RGB value is (70,127,163). Sum of RGB (Red+Green+Blue) = 70+127+163=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #467FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467FA3 is #B9805C. Grayscale: #717171. Windows color (decimal): -12157021 or 10714950. OLE color: 10714950.
HSL color Cylindrical-coordinate representation of color #467FA3: hue angle of 203.23º 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 #467FA3 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 127 | 163 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.36 |
| HSL | 203.23º | 0.4% | 0.46% | - |
| HSV(B) | 203.23º | 0.57% | 0.64% | - |
| XYZ | 16.73 | 19.13 | 37.46 | - |
| YUV | 114.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 163 | 0.57 | 0.22 | 0 | 0.36 | 203.23 | 0.4 | 0.46 |
| Hex | 46 | 7F | A3 | 39 | 16 | 0 | 24 | CB | 28 | 2E |
| Octal | 106 | 177 | 243 | 71 | 26 | 0 | 44 | 313 | 50 | 56 |
| Binary | 1000110 | 1111111 | 10100011 | 111001 | 10110 | 0 | 100100 | 11001011 | 101000 | 101110 |
Color Harmonies of #467FA3
Complementary color
Monochromatic Colors of #467FA3
Black with #467FA3
Text Example
Text Example
White with #467FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FA3; }
p { color: rgb(70,127,163); }
H1.HeaderClassName
{
color: #467FA3;
}
.AnyTagClassName
{
color: #467FA3;
}
</style>
background-color css
<style>
a { background-color: #467FA3; }
a { background-color: rgb(70,127,163); }
div.DivClassName
{
background-color: #467FA3;
}
.BgClassName
{
background-color: #467FA3;
}
</style>
border-color css
<style>
span { border-color: #467FA3; }
span { border-color: rgb(70,127,163); }
td.TdClassName
{
border-color: #467FA3;
}
.TagClassName
{
border-color: #467FA3;
}
</style>