Shades of Steel Blue #4780BC
Tints of Steel Blue #4780BC
RGB
CMYK
RGB Variations
Color information
#4780BC (or 0x4780BC) is known color: Steel Blue. HEX triplet: 47, 80 and BC. RGB value is (71,128,188). Sum of RGB (Red+Green+Blue) = 71+128+188=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #4780BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4780BC is #B87F43. Grayscale: #757575. Windows color (decimal): -12091204 or 12353607. OLE color: 12353607.
HSL color Cylindrical-coordinate representation of color #4780BC: hue angle of 210.77º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4780BC is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 128 | 188 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.26 |
| HSL | 210.77º | 0.47% | 0.51% | - |
| HSV(B) | 210.77º | 0.62% | 0.74% | - |
| XYZ | 19.39 | 20.41 | 50.49 | - |
| YUV | 117.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 188 | 0.62 | 0.32 | 0 | 0.26 | 210.77 | 0.47 | 0.51 |
| Hex | 47 | 80 | BC | 3E | 20 | 0 | 1A | D3 | 2F | 33 |
| Octal | 107 | 200 | 274 | 76 | 40 | 0 | 32 | 323 | 57 | 63 |
| Binary | 1000111 | 10000000 | 10111100 | 111110 | 100000 | 0 | 11010 | 11010011 | 101111 | 110011 |
Color Harmonies of #4780BC
Complementary color
Monochromatic Colors of #4780BC
Black with #4780BC
Text Example
Text Example
White with #4780BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4780BC; }
p { color: rgb(71,128,188); }
H1.HeaderClassName
{
color: #4780BC;
}
.AnyTagClassName
{
color: #4780BC;
}
</style>
background-color css
<style>
a { background-color: #4780BC; }
a { background-color: rgb(71,128,188); }
div.DivClassName
{
background-color: #4780BC;
}
.BgClassName
{
background-color: #4780BC;
}
</style>
border-color css
<style>
span { border-color: #4780BC; }
span { border-color: rgb(71,128,188); }
td.TdClassName
{
border-color: #4780BC;
}
.TagClassName
{
border-color: #4780BC;
}
</style>