Shades of Steel Blue #467BA2
Tints of Steel Blue #467BA2
RGB
CMYK
RGB Variations
Color information
#467BA2 (or 0x467BA2) is known color: Steel Blue. HEX triplet: 46, 7B and A2. RGB value is (70,123,162). Sum of RGB (Red+Green+Blue) = 70+123+162=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #467BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467BA2 is #B9845D. Grayscale: #6F6F6F. Windows color (decimal): -12158046 or 10648390. OLE color: 10648390.
HSL color Cylindrical-coordinate representation of color #467BA2: hue angle of 205.43º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #467BA2 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 123 | 162 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.36 |
| HSL | 205.43º | 0.4% | 0.45% | - |
| HSV(B) | 205.43º | 0.57% | 0.64% | - |
| XYZ | 16.13 | 18.08 | 36.82 | - |
| YUV | 111.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 162 | 0.57 | 0.24 | 0 | 0.36 | 205.43 | 0.4 | 0.45 |
| Hex | 46 | 7B | A2 | 39 | 18 | 0 | 24 | CD | 28 | 2D |
| Octal | 106 | 173 | 242 | 71 | 30 | 0 | 44 | 315 | 50 | 55 |
| Binary | 1000110 | 1111011 | 10100010 | 111001 | 11000 | 0 | 100100 | 11001101 | 101000 | 101101 |
Color Harmonies of #467BA2
Complementary color
Monochromatic Colors of #467BA2
Black with #467BA2
Text Example
Text Example
White with #467BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BA2; }
p { color: rgb(70,123,162); }
H1.HeaderClassName
{
color: #467BA2;
}
.AnyTagClassName
{
color: #467BA2;
}
</style>
background-color css
<style>
a { background-color: #467BA2; }
a { background-color: rgb(70,123,162); }
div.DivClassName
{
background-color: #467BA2;
}
.BgClassName
{
background-color: #467BA2;
}
</style>
border-color css
<style>
span { border-color: #467BA2; }
span { border-color: rgb(70,123,162); }
td.TdClassName
{
border-color: #467BA2;
}
.TagClassName
{
border-color: #467BA2;
}
</style>