Shades of Steel Blue #4774BC
Tints of Steel Blue #4774BC
RGB
CMYK
RGB Variations
Color information
#4774BC (or 0x4774BC) is known color: Steel Blue. HEX triplet: 47, 74 and BC. RGB value is (71,116,188). Sum of RGB (Red+Green+Blue) = 71+116+188=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #4774BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4774BC is #B88B43. Grayscale: #6E6E6E. Windows color (decimal): -12094276 or 12350535. OLE color: 12350535.
HSL color Cylindrical-coordinate representation of color #4774BC: hue angle of 216.92º 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 #4774BC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 116 | 188 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.26 |
| HSL | 216.92º | 0.47% | 0.51% | - |
| HSV(B) | 216.92º | 0.62% | 0.74% | - |
| XYZ | 17.92 | 17.46 | 50 | - |
| YUV | 110.75 | 171.59 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 188 | 0.62 | 0.38 | 0 | 0.26 | 216.92 | 0.47 | 0.51 |
| Hex | 47 | 74 | BC | 3E | 26 | 0 | 1A | D9 | 2F | 33 |
| Octal | 107 | 164 | 274 | 76 | 46 | 0 | 32 | 331 | 57 | 63 |
| Binary | 1000111 | 1110100 | 10111100 | 111110 | 100110 | 0 | 11010 | 11011001 | 101111 | 110011 |
Color Harmonies of #4774BC
Complementary color
Monochromatic Colors of #4774BC
Black with #4774BC
Text Example
Text Example
White with #4774BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4774BC; }
p { color: rgb(71,116,188); }
H1.HeaderClassName
{
color: #4774BC;
}
.AnyTagClassName
{
color: #4774BC;
}
</style>
background-color css
<style>
a { background-color: #4774BC; }
a { background-color: rgb(71,116,188); }
div.DivClassName
{
background-color: #4774BC;
}
.BgClassName
{
background-color: #4774BC;
}
</style>
border-color css
<style>
span { border-color: #4774BC; }
span { border-color: rgb(71,116,188); }
td.TdClassName
{
border-color: #4774BC;
}
.TagClassName
{
border-color: #4774BC;
}
</style>