Shades of Steel Blue #4783AB
Tints of Steel Blue #4783AB
RGB
CMYK
RGB Variations
Color information
#4783AB (or 0x4783AB) is known color: Steel Blue. HEX triplet: 47, 83 and AB. RGB value is (71,131,171). Sum of RGB (Red+Green+Blue) = 71+131+171=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #4783AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4783AB is #B87C54. Grayscale: #757575. Windows color (decimal): -12090453 or 11240263. OLE color: 11240263.
HSL color Cylindrical-coordinate representation of color #4783AB: hue angle of 204º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4783AB is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 131 | 171 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.33 |
| HSL | 204º | 0.41% | 0.47% | - |
| HSV(B) | 204º | 0.58% | 0.67% | - |
| XYZ | 18.07 | 20.51 | 41.54 | - |
| YUV | 117.62 | 158.12 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 171 | 0.58 | 0.23 | 0 | 0.33 | 204 | 0.41 | 0.47 |
| Hex | 47 | 83 | AB | 3A | 17 | 0 | 21 | CC | 29 | 2F |
| Octal | 107 | 203 | 253 | 72 | 27 | 0 | 41 | 314 | 51 | 57 |
| Binary | 1000111 | 10000011 | 10101011 | 111010 | 10111 | 0 | 100001 | 11001100 | 101001 | 101111 |
Color Harmonies of #4783AB
Complementary color
Monochromatic Colors of #4783AB
Black with #4783AB
Text Example
Text Example
White with #4783AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4783AB; }
p { color: rgb(71,131,171); }
H1.HeaderClassName
{
color: #4783AB;
}
.AnyTagClassName
{
color: #4783AB;
}
</style>
background-color css
<style>
a { background-color: #4783AB; }
a { background-color: rgb(71,131,171); }
div.DivClassName
{
background-color: #4783AB;
}
.BgClassName
{
background-color: #4783AB;
}
</style>
border-color css
<style>
span { border-color: #4783AB; }
span { border-color: rgb(71,131,171); }
td.TdClassName
{
border-color: #4783AB;
}
.TagClassName
{
border-color: #4783AB;
}
</style>