Shades of Steel Blue #4783AC
Tints of Steel Blue #4783AC
RGB
CMYK
RGB Variations
Color information
#4783AC (or 0x4783AC) is known color: Steel Blue. HEX triplet: 47, 83 and AC. RGB value is (71,131,172). Sum of RGB (Red+Green+Blue) = 71+131+172=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #4783AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4783AC is #B87C53. Grayscale: #757575. Windows color (decimal): -12090452 or 11305799. OLE color: 11305799.
HSL color Cylindrical-coordinate representation of color #4783AC: hue angle of 204.36º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4783AC is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 131 | 172 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.33 |
| HSL | 204.36º | 0.42% | 0.48% | - |
| HSV(B) | 204.36º | 0.59% | 0.67% | - |
| XYZ | 18.16 | 20.55 | 42.04 | - |
| YUV | 117.73 | 158.62 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 172 | 0.59 | 0.24 | 0 | 0.33 | 204.36 | 0.42 | 0.48 |
| Hex | 47 | 83 | AC | 3B | 18 | 0 | 21 | CC | 2A | 30 |
| Octal | 107 | 203 | 254 | 73 | 30 | 0 | 41 | 314 | 52 | 60 |
| Binary | 1000111 | 10000011 | 10101100 | 111011 | 11000 | 0 | 100001 | 11001100 | 101010 | 110000 |
Color Harmonies of #4783AC
Complementary color
Monochromatic Colors of #4783AC
Black with #4783AC
Text Example
Text Example
White with #4783AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4783AC; }
p { color: rgb(71,131,172); }
H1.HeaderClassName
{
color: #4783AC;
}
.AnyTagClassName
{
color: #4783AC;
}
</style>
background-color css
<style>
a { background-color: #4783AC; }
a { background-color: rgb(71,131,172); }
div.DivClassName
{
background-color: #4783AC;
}
.BgClassName
{
background-color: #4783AC;
}
</style>
border-color css
<style>
span { border-color: #4783AC; }
span { border-color: rgb(71,131,172); }
td.TdClassName
{
border-color: #4783AC;
}
.TagClassName
{
border-color: #4783AC;
}
</style>