Shades of Steel Blue #4777B4
Tints of Steel Blue #4777B4
RGB
CMYK
RGB Variations
Color information
#4777B4 (or 0x4777B4) is known color: Steel Blue. HEX triplet: 47, 77 and B4. RGB value is (71,119,180). Sum of RGB (Red+Green+Blue) = 71+119+180=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #4777B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777B4 is #B8884B. Grayscale: #6F6F6F. Windows color (decimal): -12093516 or 11827015. OLE color: 11827015.
HSL color Cylindrical-coordinate representation of color #4777B4: hue angle of 213.58º degrees, saturation: 0.43, 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 #4777B4 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 119 | 180 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.29 |
| HSL | 213.58º | 0.43% | 0.49% | - |
| HSV(B) | 213.58º | 0.61% | 0.71% | - |
| XYZ | 17.43 | 17.83 | 45.7 | - |
| YUV | 111.6 | 166.6 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 180 | 0.61 | 0.34 | 0 | 0.29 | 213.58 | 0.43 | 0.49 |
| Hex | 47 | 77 | B4 | 3D | 22 | 0 | 1D | D6 | 2B | 31 |
| Octal | 107 | 167 | 264 | 75 | 42 | 0 | 35 | 326 | 53 | 61 |
| Binary | 1000111 | 1110111 | 10110100 | 111101 | 100010 | 0 | 11101 | 11010110 | 101011 | 110001 |
Color Harmonies of #4777B4
Complementary color
Monochromatic Colors of #4777B4
Black with #4777B4
Text Example
Text Example
White with #4777B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4777B4; }
p { color: rgb(71,119,180); }
H1.HeaderClassName
{
color: #4777B4;
}
.AnyTagClassName
{
color: #4777B4;
}
</style>
background-color css
<style>
a { background-color: #4777B4; }
a { background-color: rgb(71,119,180); }
div.DivClassName
{
background-color: #4777B4;
}
.BgClassName
{
background-color: #4777B4;
}
</style>
border-color css
<style>
span { border-color: #4777B4; }
span { border-color: rgb(71,119,180); }
td.TdClassName
{
border-color: #4777B4;
}
.TagClassName
{
border-color: #4777B4;
}
</style>