Shades of Steel Blue #4774B1
Tints of Steel Blue #4774B1
RGB
CMYK
RGB Variations
Color information
#4774B1 (or 0x4774B1) is known color: Steel Blue. HEX triplet: 47, 74 and B1. RGB value is (71,116,177). Sum of RGB (Red+Green+Blue) = 71+116+177=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #4774B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4774B1 is #B88B4E. Grayscale: #6D6D6D. Windows color (decimal): -12094287 or 11629639. OLE color: 11629639.
HSL color Cylindrical-coordinate representation of color #4774B1: hue angle of 214.53º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4774B1 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 116 | 177 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.31 |
| HSL | 214.53º | 0.43% | 0.49% | - |
| HSV(B) | 214.53º | 0.6% | 0.69% | - |
| XYZ | 16.78 | 17 | 43.99 | - |
| YUV | 109.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 177 | 0.60 | 0.34 | 0 | 0.31 | 214.53 | 0.43 | 0.49 |
| Hex | 47 | 74 | B1 | 3C | 22 | 0 | 1F | D7 | 2B | 31 |
| Octal | 107 | 164 | 261 | 74 | 42 | 0 | 37 | 327 | 53 | 61 |
| Binary | 1000111 | 1110100 | 10110001 | 111100 | 100010 | 0 | 11111 | 11010111 | 101011 | 110001 |
Color Harmonies of #4774B1
Complementary color
Monochromatic Colors of #4774B1
Black with #4774B1
Text Example
Text Example
White with #4774B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4774B1; }
p { color: rgb(71,116,177); }
H1.HeaderClassName
{
color: #4774B1;
}
.AnyTagClassName
{
color: #4774B1;
}
</style>
background-color css
<style>
a { background-color: #4774B1; }
a { background-color: rgb(71,116,177); }
div.DivClassName
{
background-color: #4774B1;
}
.BgClassName
{
background-color: #4774B1;
}
</style>
border-color css
<style>
span { border-color: #4774B1; }
span { border-color: rgb(71,116,177); }
td.TdClassName
{
border-color: #4774B1;
}
.TagClassName
{
border-color: #4774B1;
}
</style>