Shades of Steel Blue #4683BB
Tints of Steel Blue #4683BB
RGB
CMYK
RGB Variations
Color information
#4683BB (or 0x4683BB) is known color: Steel Blue. HEX triplet: 46, 83 and BB. RGB value is (70,131,187). Sum of RGB (Red+Green+Blue) = 70+131+187=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #4683BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4683BB is #B97C44. Grayscale: #767676. Windows color (decimal): -12155973 or 12288838. OLE color: 12288838.
HSL color Cylindrical-coordinate representation of color #4683BB: hue angle of 208.72º 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 #4683BB is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 131 | 187 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.27 |
| HSL | 208.72º | 0.46% | 0.5% | - |
| HSV(B) | 208.72º | 0.63% | 0.73% | - |
| XYZ | 19.61 | 21.12 | 50.06 | - |
| YUV | 119.15 | 166.29 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 187 | 0.63 | 0.30 | 0 | 0.27 | 208.72 | 0.46 | 0.5 |
| Hex | 46 | 83 | BB | 3F | 1E | 0 | 1B | D1 | 2E | 32 |
| Octal | 106 | 203 | 273 | 77 | 36 | 0 | 33 | 321 | 56 | 62 |
| Binary | 1000110 | 10000011 | 10111011 | 111111 | 11110 | 0 | 11011 | 11010001 | 101110 | 110010 |
Color Harmonies of #4683BB
Complementary color
Monochromatic Colors of #4683BB
Black with #4683BB
Text Example
Text Example
White with #4683BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4683BB; }
p { color: rgb(70,131,187); }
H1.HeaderClassName
{
color: #4683BB;
}
.AnyTagClassName
{
color: #4683BB;
}
</style>
background-color css
<style>
a { background-color: #4683BB; }
a { background-color: rgb(70,131,187); }
div.DivClassName
{
background-color: #4683BB;
}
.BgClassName
{
background-color: #4683BB;
}
</style>
border-color css
<style>
span { border-color: #4683BB; }
span { border-color: rgb(70,131,187); }
td.TdClassName
{
border-color: #4683BB;
}
.TagClassName
{
border-color: #4683BB;
}
</style>