Shades of Steel Blue #4777B3
Tints of Steel Blue #4777B3
RGB
CMYK
RGB Variations
Color information
#4777B3 (or 0x4777B3) is known color: Steel Blue. HEX triplet: 47, 77 and B3. RGB value is (71,119,179). Sum of RGB (Red+Green+Blue) = 71+119+179=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #4777B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777B3 is #B8884C. Grayscale: #6F6F6F. Windows color (decimal): -12093517 or 11761479. OLE color: 11761479.
HSL color Cylindrical-coordinate representation of color #4777B3: hue angle of 213.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4777B3 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 119 | 179 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.30 |
| HSL | 213.33º | 0.43% | 0.49% | - |
| HSV(B) | 213.33º | 0.6% | 0.7% | - |
| XYZ | 17.33 | 17.79 | 45.17 | - |
| YUV | 111.49 | 166.1 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 179 | 0.60 | 0.34 | 0 | 0.30 | 213.33 | 0.43 | 0.49 |
| Hex | 47 | 77 | B3 | 3C | 22 | 0 | 1E | D5 | 2B | 31 |
| Octal | 107 | 167 | 263 | 74 | 42 | 0 | 36 | 325 | 53 | 61 |
| Binary | 1000111 | 1110111 | 10110011 | 111100 | 100010 | 0 | 11110 | 11010101 | 101011 | 110001 |
Color Harmonies of #4777B3
Complementary color
Monochromatic Colors of #4777B3
Black with #4777B3
Text Example
Text Example
White with #4777B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4777B3; }
p { color: rgb(71,119,179); }
H1.HeaderClassName
{
color: #4777B3;
}
.AnyTagClassName
{
color: #4777B3;
}
</style>
background-color css
<style>
a { background-color: #4777B3; }
a { background-color: rgb(71,119,179); }
div.DivClassName
{
background-color: #4777B3;
}
.BgClassName
{
background-color: #4777B3;
}
</style>
border-color css
<style>
span { border-color: #4777B3; }
span { border-color: rgb(71,119,179); }
td.TdClassName
{
border-color: #4777B3;
}
.TagClassName
{
border-color: #4777B3;
}
</style>