Shades of Steel Blue #467DBD
Tints of Steel Blue #467DBD
RGB
CMYK
RGB Variations
Color information
#467DBD (or 0x467DBD) is known color: Steel Blue. HEX triplet: 46, 7D and BD. RGB value is (70,125,189). Sum of RGB (Red+Green+Blue) = 70+125+189=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #467DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DBD is #B98242. Grayscale: #737373. Windows color (decimal): -12157507 or 12418374. OLE color: 12418374.
HSL color Cylindrical-coordinate representation of color #467DBD: hue angle of 212.27º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467DBD is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 125 | 189 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.26 |
| HSL | 212.27º | 0.47% | 0.51% | - |
| HSV(B) | 212.27º | 0.63% | 0.74% | - |
| XYZ | 19.04 | 19.64 | 50.93 | - |
| YUV | 115.85 | 169.28 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 189 | 0.63 | 0.34 | 0 | 0.26 | 212.27 | 0.47 | 0.51 |
| Hex | 46 | 7D | BD | 3F | 22 | 0 | 1A | D4 | 2F | 33 |
| Octal | 106 | 175 | 275 | 77 | 42 | 0 | 32 | 324 | 57 | 63 |
| Binary | 1000110 | 1111101 | 10111101 | 111111 | 100010 | 0 | 11010 | 11010100 | 101111 | 110011 |
Color Harmonies of #467DBD
Complementary color
Monochromatic Colors of #467DBD
Black with #467DBD
Text Example
Text Example
White with #467DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DBD; }
p { color: rgb(70,125,189); }
H1.HeaderClassName
{
color: #467DBD;
}
.AnyTagClassName
{
color: #467DBD;
}
</style>
background-color css
<style>
a { background-color: #467DBD; }
a { background-color: rgb(70,125,189); }
div.DivClassName
{
background-color: #467DBD;
}
.BgClassName
{
background-color: #467DBD;
}
</style>
border-color css
<style>
span { border-color: #467DBD; }
span { border-color: rgb(70,125,189); }
td.TdClassName
{
border-color: #467DBD;
}
.TagClassName
{
border-color: #467DBD;
}
</style>