Shades of Steel Blue #467CA4
Tints of Steel Blue #467CA4
RGB
CMYK
RGB Variations
Color information
#467CA4 (or 0x467CA4) is known color: Steel Blue. HEX triplet: 46, 7C and A4. RGB value is (70,124,164). Sum of RGB (Red+Green+Blue) = 70+124+164=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #467CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467CA4 is #B9835B. Grayscale: #707070. Windows color (decimal): -12157788 or 10779718. OLE color: 10779718.
HSL color Cylindrical-coordinate representation of color #467CA4: hue angle of 205.53º 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 #467CA4 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 124 | 164 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.36 |
| HSL | 205.53º | 0.4% | 0.46% | - |
| HSV(B) | 205.53º | 0.57% | 0.64% | - |
| XYZ | 16.43 | 18.4 | 37.81 | - |
| YUV | 112.41 | 157.11 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 164 | 0.57 | 0.24 | 0 | 0.36 | 205.53 | 0.4 | 0.46 |
| Hex | 46 | 7C | A4 | 39 | 18 | 0 | 24 | CE | 28 | 2E |
| Octal | 106 | 174 | 244 | 71 | 30 | 0 | 44 | 316 | 50 | 56 |
| Binary | 1000110 | 1111100 | 10100100 | 111001 | 11000 | 0 | 100100 | 11001110 | 101000 | 101110 |
Color Harmonies of #467CA4
Complementary color
Monochromatic Colors of #467CA4
Black with #467CA4
Text Example
Text Example
White with #467CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CA4; }
p { color: rgb(70,124,164); }
H1.HeaderClassName
{
color: #467CA4;
}
.AnyTagClassName
{
color: #467CA4;
}
</style>
background-color css
<style>
a { background-color: #467CA4; }
a { background-color: rgb(70,124,164); }
div.DivClassName
{
background-color: #467CA4;
}
.BgClassName
{
background-color: #467CA4;
}
</style>
border-color css
<style>
span { border-color: #467CA4; }
span { border-color: rgb(70,124,164); }
td.TdClassName
{
border-color: #467CA4;
}
.TagClassName
{
border-color: #467CA4;
}
</style>