Shades of Steel Blue #4783AD
Tints of Steel Blue #4783AD
RGB
CMYK
RGB Variations
Color information
#4783AD (or 0x4783AD) is known color: Steel Blue. HEX triplet: 47, 83 and AD. RGB value is (71,131,173). Sum of RGB (Red+Green+Blue) = 71+131+173=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #4783AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4783AD is #B87C52. Grayscale: #757575. Windows color (decimal): -12090451 or 11371335. OLE color: 11371335.
HSL color Cylindrical-coordinate representation of color #4783AD: hue angle of 204.71º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4783AD is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 131 | 173 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.32 |
| HSL | 204.71º | 0.42% | 0.48% | - |
| HSV(B) | 204.71º | 0.59% | 0.68% | - |
| XYZ | 18.26 | 20.59 | 42.55 | - |
| YUV | 117.85 | 159.12 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 173 | 0.59 | 0.24 | 0 | 0.32 | 204.71 | 0.42 | 0.48 |
| Hex | 47 | 83 | AD | 3B | 18 | 0 | 20 | CD | 2A | 30 |
| Octal | 107 | 203 | 255 | 73 | 30 | 0 | 40 | 315 | 52 | 60 |
| Binary | 1000111 | 10000011 | 10101101 | 111011 | 11000 | 0 | 100000 | 11001101 | 101010 | 110000 |
Color Harmonies of #4783AD
Complementary color
Monochromatic Colors of #4783AD
Black with #4783AD
Text Example
Text Example
White with #4783AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4783AD; }
p { color: rgb(71,131,173); }
H1.HeaderClassName
{
color: #4783AD;
}
.AnyTagClassName
{
color: #4783AD;
}
</style>
background-color css
<style>
a { background-color: #4783AD; }
a { background-color: rgb(71,131,173); }
div.DivClassName
{
background-color: #4783AD;
}
.BgClassName
{
background-color: #4783AD;
}
</style>
border-color css
<style>
span { border-color: #4783AD; }
span { border-color: rgb(71,131,173); }
td.TdClassName
{
border-color: #4783AD;
}
.TagClassName
{
border-color: #4783AD;
}
</style>