Shades of Steel Blue #4777B5
Tints of Steel Blue #4777B5
RGB
CMYK
RGB Variations
Color information
#4777B5 (or 0x4777B5) is known color: Steel Blue. HEX triplet: 47, 77 and B5. RGB value is (71,119,181). Sum of RGB (Red+Green+Blue) = 71+119+181=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #4777B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777B5 is #B8884A. Grayscale: #6F6F6F. Windows color (decimal): -12093515 or 11892551. OLE color: 11892551.
HSL color Cylindrical-coordinate representation of color #4777B5: hue angle of 213.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4777B5 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 119 | 181 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.29 |
| HSL | 213.82º | 0.44% | 0.49% | - |
| HSV(B) | 213.82º | 0.61% | 0.71% | - |
| XYZ | 17.54 | 17.87 | 46.24 | - |
| YUV | 111.72 | 167.1 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 181 | 0.61 | 0.34 | 0 | 0.29 | 213.82 | 0.44 | 0.49 |
| Hex | 47 | 77 | B5 | 3D | 22 | 0 | 1D | D6 | 2C | 31 |
| Octal | 107 | 167 | 265 | 75 | 42 | 0 | 35 | 326 | 54 | 61 |
| Binary | 1000111 | 1110111 | 10110101 | 111101 | 100010 | 0 | 11101 | 11010110 | 101100 | 110001 |
Color Harmonies of #4777B5
Complementary color
Monochromatic Colors of #4777B5
Black with #4777B5
Text Example
Text Example
White with #4777B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4777B5; }
p { color: rgb(71,119,181); }
H1.HeaderClassName
{
color: #4777B5;
}
.AnyTagClassName
{
color: #4777B5;
}
</style>
background-color css
<style>
a { background-color: #4777B5; }
a { background-color: rgb(71,119,181); }
div.DivClassName
{
background-color: #4777B5;
}
.BgClassName
{
background-color: #4777B5;
}
</style>
border-color css
<style>
span { border-color: #4777B5; }
span { border-color: rgb(71,119,181); }
td.TdClassName
{
border-color: #4777B5;
}
.TagClassName
{
border-color: #4777B5;
}
</style>