Shades of Steel Blue #4477AA
Tints of Steel Blue #4477AA
RGB
CMYK
RGB Variations
Color information
#4477AA (or 0x4477AA) is known color: Steel Blue. HEX triplet: 44, 77 and AA. RGB value is (68,119,170). Sum of RGB (Red+Green+Blue) = 68+119+170=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #4477AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4477AA is #BB8855. Grayscale: #6D6D6D. Windows color (decimal): -12290134 or 11171652. OLE color: 11171652.
HSL color Cylindrical-coordinate representation of color #4477AA: hue angle of 210º 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 #4477AA is Cyan = 0.6, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 119 | 170 | - |
| CMYK | 0.6 | 0.3 | 0 | 0.33 |
| HSL | 210º | 0.43% | 0.47% | - |
| HSV(B) | 210º | 0.6% | 0.67% | - |
| XYZ | 16.24 | 17.32 | 40.52 | - |
| YUV | 109.57 | 162.1 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 170 | 0.6 | 0.3 | 0 | 0.33 | 210 | 0.43 | 0.47 |
| Hex | 44 | 77 | AA | 3C | 1E | 0 | 21 | D2 | 2B | 2F |
| Octal | 104 | 167 | 252 | 74 | 36 | 0 | 41 | 322 | 53 | 57 |
| Binary | 1000100 | 1110111 | 10101010 | 111100 | 11110 | 0 | 100001 | 11010010 | 101011 | 101111 |
Color Harmonies of #4477AA
Complementary color
Monochromatic Colors of #4477AA
Black with #4477AA
Text Example
Text Example
White with #4477AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4477AA; }
p { color: rgb(68,119,170); }
H1.HeaderClassName
{
color: #4477AA;
}
.AnyTagClassName
{
color: #4477AA;
}
</style>
background-color css
<style>
a { background-color: #4477AA; }
a { background-color: rgb(68,119,170); }
div.DivClassName
{
background-color: #4477AA;
}
.BgClassName
{
background-color: #4477AA;
}
</style>
border-color css
<style>
span { border-color: #4477AA; }
span { border-color: rgb(68,119,170); }
td.TdClassName
{
border-color: #4477AA;
}
.TagClassName
{
border-color: #4477AA;
}
</style>