Shades of Steel Blue #4673BB
Tints of Steel Blue #4673BB
RGB
CMYK
RGB Variations
Color information
#4673BB (or 0x4673BB) is known color: Steel Blue. HEX triplet: 46, 73 and BB. RGB value is (70,115,187). Sum of RGB (Red+Green+Blue) = 70+115+187=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #4673BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4673BB is #B98C44. Grayscale: #6D6D6D. Windows color (decimal): -12160069 or 12284742. OLE color: 12284742.
HSL color Cylindrical-coordinate representation of color #4673BB: hue angle of 216.92º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4673BB is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 115 | 187 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.27 |
| HSL | 216.92º | 0.46% | 0.5% | - |
| HSV(B) | 216.92º | 0.63% | 0.73% | - |
| XYZ | 17.63 | 17.15 | 49.4 | - |
| YUV | 109.75 | 171.59 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 187 | 0.63 | 0.39 | 0 | 0.27 | 216.92 | 0.46 | 0.5 |
| Hex | 46 | 73 | BB | 3F | 27 | 0 | 1B | D9 | 2E | 32 |
| Octal | 106 | 163 | 273 | 77 | 47 | 0 | 33 | 331 | 56 | 62 |
| Binary | 1000110 | 1110011 | 10111011 | 111111 | 100111 | 0 | 11011 | 11011001 | 101110 | 110010 |
Color Harmonies of #4673BB
Complementary color
Monochromatic Colors of #4673BB
Black with #4673BB
Text Example
Text Example
White with #4673BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4673BB; }
p { color: rgb(70,115,187); }
H1.HeaderClassName
{
color: #4673BB;
}
.AnyTagClassName
{
color: #4673BB;
}
</style>
background-color css
<style>
a { background-color: #4673BB; }
a { background-color: rgb(70,115,187); }
div.DivClassName
{
background-color: #4673BB;
}
.BgClassName
{
background-color: #4673BB;
}
</style>
border-color css
<style>
span { border-color: #4673BB; }
span { border-color: rgb(70,115,187); }
td.TdClassName
{
border-color: #4673BB;
}
.TagClassName
{
border-color: #4673BB;
}
</style>