Shades of Steel Blue #4577AC
Tints of Steel Blue #4577AC
RGB
CMYK
RGB Variations
Color information
#4577AC (or 0x4577AC) is known color: Steel Blue. HEX triplet: 45, 77 and AC. RGB value is (69,119,172). Sum of RGB (Red+Green+Blue) = 69+119+172=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #4577AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4577AC is #BA8853. Grayscale: #6D6D6D. Windows color (decimal): -12224596 or 11302725. OLE color: 11302725.
HSL color Cylindrical-coordinate representation of color #4577AC: hue angle of 210.87º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4577AC is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 119 | 172 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.33 |
| HSL | 210.87º | 0.43% | 0.47% | - |
| HSV(B) | 210.87º | 0.6% | 0.67% | - |
| XYZ | 16.5 | 17.44 | 41.53 | - |
| YUV | 110.09 | 162.94 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 119 | 172 | 0.60 | 0.31 | 0 | 0.33 | 210.87 | 0.43 | 0.47 |
| Hex | 45 | 77 | AC | 3C | 1F | 0 | 21 | D3 | 2B | 2F |
| Octal | 105 | 167 | 254 | 74 | 37 | 0 | 41 | 323 | 53 | 57 |
| Binary | 1000101 | 1110111 | 10101100 | 111100 | 11111 | 0 | 100001 | 11010011 | 101011 | 101111 |
Color Harmonies of #4577AC
Complementary color
Monochromatic Colors of #4577AC
Black with #4577AC
Text Example
Text Example
White with #4577AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4577AC; }
p { color: rgb(69,119,172); }
H1.HeaderClassName
{
color: #4577AC;
}
.AnyTagClassName
{
color: #4577AC;
}
</style>
background-color css
<style>
a { background-color: #4577AC; }
a { background-color: rgb(69,119,172); }
div.DivClassName
{
background-color: #4577AC;
}
.BgClassName
{
background-color: #4577AC;
}
</style>
border-color css
<style>
span { border-color: #4577AC; }
span { border-color: rgb(69,119,172); }
td.TdClassName
{
border-color: #4577AC;
}
.TagClassName
{
border-color: #4577AC;
}
</style>