Shades of Steel Blue #4472AE
Tints of Steel Blue #4472AE
RGB
CMYK
RGB Variations
Color information
#4472AE (or 0x4472AE) is known color: Steel Blue. HEX triplet: 44, 72 and AE. RGB value is (68,114,174). Sum of RGB (Red+Green+Blue) = 68+114+174=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #4472AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4472AE is #BB8D51. Grayscale: #6A6A6A. Windows color (decimal): -12291410 or 11432516. OLE color: 11432516.
HSL color Cylindrical-coordinate representation of color #4472AE: hue angle of 213.96º 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 #4472AE is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 114 | 174 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.32 |
| HSL | 213.96º | 0.44% | 0.47% | - |
| HSV(B) | 213.96º | 0.61% | 0.68% | - |
| XYZ | 16.04 | 16.32 | 42.35 | - |
| YUV | 107.09 | 165.76 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 174 | 0.61 | 0.34 | 0 | 0.32 | 213.96 | 0.44 | 0.47 |
| Hex | 44 | 72 | AE | 3D | 22 | 0 | 20 | D6 | 2C | 2F |
| Octal | 104 | 162 | 256 | 75 | 42 | 0 | 40 | 326 | 54 | 57 |
| Binary | 1000100 | 1110010 | 10101110 | 111101 | 100010 | 0 | 100000 | 11010110 | 101100 | 101111 |
Color Harmonies of #4472AE
Complementary color
Monochromatic Colors of #4472AE
Black with #4472AE
Text Example
Text Example
White with #4472AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4472AE; }
p { color: rgb(68,114,174); }
H1.HeaderClassName
{
color: #4472AE;
}
.AnyTagClassName
{
color: #4472AE;
}
</style>
background-color css
<style>
a { background-color: #4472AE; }
a { background-color: rgb(68,114,174); }
div.DivClassName
{
background-color: #4472AE;
}
.BgClassName
{
background-color: #4472AE;
}
</style>
border-color css
<style>
span { border-color: #4472AE; }
span { border-color: rgb(68,114,174); }
td.TdClassName
{
border-color: #4472AE;
}
.TagClassName
{
border-color: #4472AE;
}
</style>