Shades of Steel Blue #467DA5
Tints of Steel Blue #467DA5
RGB
CMYK
RGB Variations
Color information
#467DA5 (or 0x467DA5) is known color: Steel Blue. HEX triplet: 46, 7D and A5. RGB value is (70,125,165). Sum of RGB (Red+Green+Blue) = 70+125+165=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #467DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467DA5 is #B9825A. Grayscale: #707070. Windows color (decimal): -12157531 or 10845510. OLE color: 10845510.
HSL color Cylindrical-coordinate representation of color #467DA5: hue angle of 205.26º 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 #467DA5 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 125 | 165 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.35 |
| HSL | 205.26º | 0.4% | 0.46% | - |
| HSV(B) | 205.26º | 0.58% | 0.65% | - |
| XYZ | 16.65 | 18.69 | 38.33 | - |
| YUV | 113.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 165 | 0.58 | 0.24 | 0 | 0.35 | 205.26 | 0.4 | 0.46 |
| Hex | 46 | 7D | A5 | 3A | 18 | 0 | 23 | CD | 28 | 2E |
| Octal | 106 | 175 | 245 | 72 | 30 | 0 | 43 | 315 | 50 | 56 |
| Binary | 1000110 | 1111101 | 10100101 | 111010 | 11000 | 0 | 100011 | 11001101 | 101000 | 101110 |
Color Harmonies of #467DA5
Complementary color
Monochromatic Colors of #467DA5
Black with #467DA5
Text Example
Text Example
White with #467DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DA5; }
p { color: rgb(70,125,165); }
H1.HeaderClassName
{
color: #467DA5;
}
.AnyTagClassName
{
color: #467DA5;
}
</style>
background-color css
<style>
a { background-color: #467DA5; }
a { background-color: rgb(70,125,165); }
div.DivClassName
{
background-color: #467DA5;
}
.BgClassName
{
background-color: #467DA5;
}
</style>
border-color css
<style>
span { border-color: #467DA5; }
span { border-color: rgb(70,125,165); }
td.TdClassName
{
border-color: #467DA5;
}
.TagClassName
{
border-color: #467DA5;
}
</style>