Shades of Steel Blue #4683BE
Tints of Steel Blue #4683BE
RGB
CMYK
RGB Variations
Color information
#4683BE (or 0x4683BE) is known color: Steel Blue. HEX triplet: 46, 83 and BE. RGB value is (70,131,190). Sum of RGB (Red+Green+Blue) = 70+131+190=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #4683BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4683BE is #B97C41. Grayscale: #777777. Windows color (decimal): -12155970 or 12485446. OLE color: 12485446.
HSL color Cylindrical-coordinate representation of color #4683BE: hue angle of 209.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4683BE is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 131 | 190 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.25 |
| HSL | 209.5º | 0.48% | 0.51% | - |
| HSV(B) | 209.5º | 0.63% | 0.75% | - |
| XYZ | 19.94 | 21.25 | 51.77 | - |
| YUV | 119.49 | 167.79 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 190 | 0.63 | 0.31 | 0 | 0.25 | 209.5 | 0.48 | 0.51 |
| Hex | 46 | 83 | BE | 3F | 1F | 0 | 19 | D2 | 30 | 33 |
| Octal | 106 | 203 | 276 | 77 | 37 | 0 | 31 | 322 | 60 | 63 |
| Binary | 1000110 | 10000011 | 10111110 | 111111 | 11111 | 0 | 11001 | 11010010 | 110000 | 110011 |
Color Harmonies of #4683BE
Complementary color
Monochromatic Colors of #4683BE
Black with #4683BE
Text Example
Text Example
White with #4683BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4683BE; }
p { color: rgb(70,131,190); }
H1.HeaderClassName
{
color: #4683BE;
}
.AnyTagClassName
{
color: #4683BE;
}
</style>
background-color css
<style>
a { background-color: #4683BE; }
a { background-color: rgb(70,131,190); }
div.DivClassName
{
background-color: #4683BE;
}
.BgClassName
{
background-color: #4683BE;
}
</style>
border-color css
<style>
span { border-color: #4683BE; }
span { border-color: rgb(70,131,190); }
td.TdClassName
{
border-color: #4683BE;
}
.TagClassName
{
border-color: #4683BE;
}
</style>