Shades of Steel Blue #4A77BC
Tints of Steel Blue #4A77BC
RGB
CMYK
RGB Variations
Color information
#4A77BC (or 0x4A77BC) is known color: Steel Blue. HEX triplet: 4A, 77 and BC. RGB value is (74,119,188). Sum of RGB (Red+Green+Blue) = 74+119+188=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A77BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A77BC is #B58843. Grayscale: #717171. Windows color (decimal): -11896900 or 12351306. OLE color: 12351306.
HSL color Cylindrical-coordinate representation of color #4A77BC: hue angle of 216.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A77BC is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 119 | 188 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.26 |
| HSL | 216.32º | 0.46% | 0.51% | - |
| HSV(B) | 216.32º | 0.61% | 0.74% | - |
| XYZ | 18.5 | 18.28 | 50.13 | - |
| YUV | 113.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 188 | 0.61 | 0.37 | 0 | 0.26 | 216.32 | 0.46 | 0.51 |
| Hex | 4A | 77 | BC | 3D | 25 | 0 | 1A | D8 | 2E | 33 |
| Octal | 112 | 167 | 274 | 75 | 45 | 0 | 32 | 330 | 56 | 63 |
| Binary | 1001010 | 1110111 | 10111100 | 111101 | 100101 | 0 | 11010 | 11011000 | 101110 | 110011 |
Color Harmonies of #4A77BC
Complementary color
Monochromatic Colors of #4A77BC
Black with #4A77BC
Text Example
Text Example
White with #4A77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A77BC; }
p { color: rgb(74,119,188); }
H1.HeaderClassName
{
color: #4A77BC;
}
.AnyTagClassName
{
color: #4A77BC;
}
</style>
background-color css
<style>
a { background-color: #4A77BC; }
a { background-color: rgb(74,119,188); }
div.DivClassName
{
background-color: #4A77BC;
}
.BgClassName
{
background-color: #4A77BC;
}
</style>
border-color css
<style>
span { border-color: #4A77BC; }
span { border-color: rgb(74,119,188); }
td.TdClassName
{
border-color: #4A77BC;
}
.TagClassName
{
border-color: #4A77BC;
}
</style>