Shades of Steel Blue #4782C0
Tints of Steel Blue #4782C0
RGB
CMYK
RGB Variations
Color information
#4782C0 (or 0x4782C0) is known color: Steel Blue. HEX triplet: 47, 82 and C0. RGB value is (71,130,192). Sum of RGB (Red+Green+Blue) = 71+130+192=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #4782C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4782C0 is #B87D3F. Grayscale: #777777. Windows color (decimal): -12090688 or 12616263. OLE color: 12616263.
HSL color Cylindrical-coordinate representation of color #4782C0: hue angle of 210.74º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4782C0 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 130 | 192 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.25 |
| HSL | 210.74º | 0.49% | 0.52% | - |
| HSV(B) | 210.74º | 0.63% | 0.75% | - |
| XYZ | 20.1 | 21.11 | 52.88 | - |
| YUV | 119.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 130 | 192 | 0.63 | 0.32 | 0 | 0.25 | 210.74 | 0.49 | 0.52 |
| Hex | 47 | 82 | C0 | 3F | 20 | 0 | 19 | D3 | 31 | 34 |
| Octal | 107 | 202 | 300 | 77 | 40 | 0 | 31 | 323 | 61 | 64 |
| Binary | 1000111 | 10000010 | 11000000 | 111111 | 100000 | 0 | 11001 | 11010011 | 110001 | 110100 |
Color Harmonies of #4782C0
Complementary color
Monochromatic Colors of #4782C0
Black with #4782C0
Text Example
Text Example
White with #4782C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4782C0; }
p { color: rgb(71,130,192); }
H1.HeaderClassName
{
color: #4782C0;
}
.AnyTagClassName
{
color: #4782C0;
}
</style>
background-color css
<style>
a { background-color: #4782C0; }
a { background-color: rgb(71,130,192); }
div.DivClassName
{
background-color: #4782C0;
}
.BgClassName
{
background-color: #4782C0;
}
</style>
border-color css
<style>
span { border-color: #4782C0; }
span { border-color: rgb(71,130,192); }
td.TdClassName
{
border-color: #4782C0;
}
.TagClassName
{
border-color: #4782C0;
}
</style>