Shades of Steel Blue #4477AD
Tints of Steel Blue #4477AD
RGB
CMYK
RGB Variations
Color information
#4477AD (or 0x4477AD) is known color: Steel Blue. HEX triplet: 44, 77 and AD. RGB value is (68,119,173). Sum of RGB (Red+Green+Blue) = 68+119+173=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #4477AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4477AD is #BB8852. Grayscale: #6D6D6D. Windows color (decimal): -12290131 or 11368260. OLE color: 11368260.
HSL color Cylindrical-coordinate representation of color #4477AD: hue angle of 210.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4477AD is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 119 | 173 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.32 |
| HSL | 210.86º | 0.44% | 0.47% | - |
| HSV(B) | 210.86º | 0.61% | 0.68% | - |
| XYZ | 16.52 | 17.44 | 42.03 | - |
| YUV | 109.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 173 | 0.61 | 0.31 | 0 | 0.32 | 210.86 | 0.44 | 0.47 |
| Hex | 44 | 77 | AD | 3D | 1F | 0 | 20 | D3 | 2C | 2F |
| Octal | 104 | 167 | 255 | 75 | 37 | 0 | 40 | 323 | 54 | 57 |
| Binary | 1000100 | 1110111 | 10101101 | 111101 | 11111 | 0 | 100000 | 11010011 | 101100 | 101111 |
Color Harmonies of #4477AD
Complementary color
Monochromatic Colors of #4477AD
Black with #4477AD
Text Example
Text Example
White with #4477AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4477AD; }
p { color: rgb(68,119,173); }
H1.HeaderClassName
{
color: #4477AD;
}
.AnyTagClassName
{
color: #4477AD;
}
</style>
background-color css
<style>
a { background-color: #4477AD; }
a { background-color: rgb(68,119,173); }
div.DivClassName
{
background-color: #4477AD;
}
.BgClassName
{
background-color: #4477AD;
}
</style>
border-color css
<style>
span { border-color: #4477AD; }
span { border-color: rgb(68,119,173); }
td.TdClassName
{
border-color: #4477AD;
}
.TagClassName
{
border-color: #4477AD;
}
</style>