Shades of Steel Blue #467FA5
Tints of Steel Blue #467FA5
RGB
CMYK
RGB Variations
Color information
#467FA5 (or 0x467FA5) is known color: Steel Blue. HEX triplet: 46, 7F and A5. RGB value is (70,127,165). Sum of RGB (Red+Green+Blue) = 70+127+165=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 165 - color contains mainly: blue. Hex color #467FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467FA5 is #B9805A. Grayscale: #727272. Windows color (decimal): -12157019 or 10846022. OLE color: 10846022.
HSL color Cylindrical-coordinate representation of color #467FA5: hue angle of 204º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #467FA5 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 127 | 165 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.35 |
| HSL | 204º | 0.4% | 0.46% | - |
| HSV(B) | 204º | 0.58% | 0.65% | - |
| XYZ | 16.91 | 19.2 | 38.41 | - |
| YUV | 114.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 165 | 0.58 | 0.23 | 0 | 0.35 | 204 | 0.4 | 0.46 |
| Hex | 46 | 7F | A5 | 3A | 17 | 0 | 23 | CC | 28 | 2E |
| Octal | 106 | 177 | 245 | 72 | 27 | 0 | 43 | 314 | 50 | 56 |
| Binary | 1000110 | 1111111 | 10100101 | 111010 | 10111 | 0 | 100011 | 11001100 | 101000 | 101110 |
Color Harmonies of #467FA5
Complementary color
Monochromatic Colors of #467FA5
Black with #467FA5
Text Example
Text Example
White with #467FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FA5; }
p { color: rgb(70,127,165); }
H1.HeaderClassName
{
color: #467FA5;
}
.AnyTagClassName
{
color: #467FA5;
}
</style>
background-color css
<style>
a { background-color: #467FA5; }
a { background-color: rgb(70,127,165); }
div.DivClassName
{
background-color: #467FA5;
}
.BgClassName
{
background-color: #467FA5;
}
</style>
border-color css
<style>
span { border-color: #467FA5; }
span { border-color: rgb(70,127,165); }
td.TdClassName
{
border-color: #467FA5;
}
.TagClassName
{
border-color: #467FA5;
}
</style>