Shades of Steel Blue #4777BE
Tints of Steel Blue #4777BE
RGB
CMYK
RGB Variations
Color information
#4777BE (or 0x4777BE) is known color: Steel Blue. HEX triplet: 47, 77 and BE. RGB value is (71,119,190). Sum of RGB (Red+Green+Blue) = 71+119+190=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #4777BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777BE is #B88841. Grayscale: #707070. Windows color (decimal): -12093506 or 12482375. OLE color: 12482375.
HSL color Cylindrical-coordinate representation of color #4777BE: hue angle of 215.8º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4777BE is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 119 | 190 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.25 |
| HSL | 215.8º | 0.48% | 0.51% | - |
| HSV(B) | 215.8º | 0.63% | 0.75% | - |
| XYZ | 18.49 | 18.25 | 51.26 | - |
| YUV | 112.74 | 171.6 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 190 | 0.63 | 0.37 | 0 | 0.25 | 215.8 | 0.48 | 0.51 |
| Hex | 47 | 77 | BE | 3F | 25 | 0 | 19 | D8 | 30 | 33 |
| Octal | 107 | 167 | 276 | 77 | 45 | 0 | 31 | 330 | 60 | 63 |
| Binary | 1000111 | 1110111 | 10111110 | 111111 | 100101 | 0 | 11001 | 11011000 | 110000 | 110011 |
Color Harmonies of #4777BE
Complementary color
Monochromatic Colors of #4777BE
Black with #4777BE
Text Example
Text Example
White with #4777BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4777BE; }
p { color: rgb(71,119,190); }
H1.HeaderClassName
{
color: #4777BE;
}
.AnyTagClassName
{
color: #4777BE;
}
</style>
background-color css
<style>
a { background-color: #4777BE; }
a { background-color: rgb(71,119,190); }
div.DivClassName
{
background-color: #4777BE;
}
.BgClassName
{
background-color: #4777BE;
}
</style>
border-color css
<style>
span { border-color: #4777BE; }
span { border-color: rgb(71,119,190); }
td.TdClassName
{
border-color: #4777BE;
}
.TagClassName
{
border-color: #4777BE;
}
</style>