Shades of Steel Blue #4784C0
Tints of Steel Blue #4784C0
RGB
CMYK
RGB Variations
Color information
#4784C0 (or 0x4784C0) is known color: Steel Blue. HEX triplet: 47, 84 and C0. RGB value is (71,132,192). Sum of RGB (Red+Green+Blue) = 71+132+192=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #4784C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4784C0 is #B87B3F. Grayscale: #787878. Windows color (decimal): -12090176 or 12616775. OLE color: 12616775.
HSL color Cylindrical-coordinate representation of color #4784C0: hue angle of 209.75º 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 #4784C0 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 132 | 192 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.25 |
| HSL | 209.75º | 0.49% | 0.52% | - |
| HSV(B) | 209.75º | 0.63% | 0.75% | - |
| XYZ | 20.36 | 21.65 | 52.97 | - |
| YUV | 120.6 | 168.29 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 132 | 192 | 0.63 | 0.31 | 0 | 0.25 | 209.75 | 0.49 | 0.52 |
| Hex | 47 | 84 | C0 | 3F | 1F | 0 | 19 | D2 | 31 | 34 |
| Octal | 107 | 204 | 300 | 77 | 37 | 0 | 31 | 322 | 61 | 64 |
| Binary | 1000111 | 10000100 | 11000000 | 111111 | 11111 | 0 | 11001 | 11010010 | 110001 | 110100 |
Color Harmonies of #4784C0
Complementary color
Monochromatic Colors of #4784C0
Black with #4784C0
Text Example
Text Example
White with #4784C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4784C0; }
p { color: rgb(71,132,192); }
H1.HeaderClassName
{
color: #4784C0;
}
.AnyTagClassName
{
color: #4784C0;
}
</style>
background-color css
<style>
a { background-color: #4784C0; }
a { background-color: rgb(71,132,192); }
div.DivClassName
{
background-color: #4784C0;
}
.BgClassName
{
background-color: #4784C0;
}
</style>
border-color css
<style>
span { border-color: #4784C0; }
span { border-color: rgb(71,132,192); }
td.TdClassName
{
border-color: #4784C0;
}
.TagClassName
{
border-color: #4784C0;
}
</style>