Shades of Steel Blue #4683B2
Tints of Steel Blue #4683B2
RGB
CMYK
RGB Variations
Color information
#4683B2 (or 0x4683B2) is known color: Steel Blue. HEX triplet: 46, 83 and B2. RGB value is (70,131,178). Sum of RGB (Red+Green+Blue) = 70+131+178=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 178 - color contains mainly: blue. Hex color #4683B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4683B2 is #B97C4D. Grayscale: #757575. Windows color (decimal): -12155982 or 11699014. OLE color: 11699014.
HSL color Cylindrical-coordinate representation of color #4683B2: hue angle of 206.11º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4683B2 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 131 | 178 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.30 |
| HSL | 206.11º | 0.44% | 0.49% | - |
| HSV(B) | 206.11º | 0.61% | 0.7% | - |
| XYZ | 18.68 | 20.75 | 45.14 | - |
| YUV | 118.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 178 | 0.61 | 0.26 | 0 | 0.30 | 206.11 | 0.44 | 0.49 |
| Hex | 46 | 83 | B2 | 3D | 1A | 0 | 1E | CE | 2C | 31 |
| Octal | 106 | 203 | 262 | 75 | 32 | 0 | 36 | 316 | 54 | 61 |
| Binary | 1000110 | 10000011 | 10110010 | 111101 | 11010 | 0 | 11110 | 11001110 | 101100 | 110001 |
Color Harmonies of #4683B2
Complementary color
Monochromatic Colors of #4683B2
Black with #4683B2
Text Example
Text Example
White with #4683B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4683B2; }
p { color: rgb(70,131,178); }
H1.HeaderClassName
{
color: #4683B2;
}
.AnyTagClassName
{
color: #4683B2;
}
</style>
background-color css
<style>
a { background-color: #4683B2; }
a { background-color: rgb(70,131,178); }
div.DivClassName
{
background-color: #4683B2;
}
.BgClassName
{
background-color: #4683B2;
}
</style>
border-color css
<style>
span { border-color: #4683B2; }
span { border-color: rgb(70,131,178); }
td.TdClassName
{
border-color: #4683B2;
}
.TagClassName
{
border-color: #4683B2;
}
</style>