Shades of Steel Blue #4474A9
Tints of Steel Blue #4474A9
RGB
CMYK
RGB Variations
Color information
#4474A9 (or 0x4474A9) is known color: Steel Blue. HEX triplet: 44, 74 and A9. RGB value is (68,116,169). Sum of RGB (Red+Green+Blue) = 68+116+169=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 169 - color contains mainly: blue. Hex color #4474A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4474A9 is #BB8B56. Grayscale: #6B6B6B. Windows color (decimal): -12290903 or 11105348. OLE color: 11105348.
HSL color Cylindrical-coordinate representation of color #4474A9: hue angle of 211.49º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4474A9 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 116 | 169 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.34 |
| HSL | 211.49º | 0.43% | 0.46% | - |
| HSV(B) | 211.49º | 0.6% | 0.66% | - |
| XYZ | 15.79 | 16.58 | 39.9 | - |
| YUV | 107.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 169 | 0.60 | 0.31 | 0 | 0.34 | 211.49 | 0.43 | 0.46 |
| Hex | 44 | 74 | A9 | 3C | 1F | 0 | 22 | D3 | 2B | 2E |
| Octal | 104 | 164 | 251 | 74 | 37 | 0 | 42 | 323 | 53 | 56 |
| Binary | 1000100 | 1110100 | 10101001 | 111100 | 11111 | 0 | 100010 | 11010011 | 101011 | 101110 |
Color Harmonies of #4474A9
Complementary color
Monochromatic Colors of #4474A9
Black with #4474A9
Text Example
Text Example
White with #4474A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4474A9; }
p { color: rgb(68,116,169); }
H1.HeaderClassName
{
color: #4474A9;
}
.AnyTagClassName
{
color: #4474A9;
}
</style>
background-color css
<style>
a { background-color: #4474A9; }
a { background-color: rgb(68,116,169); }
div.DivClassName
{
background-color: #4474A9;
}
.BgClassName
{
background-color: #4474A9;
}
</style>
border-color css
<style>
span { border-color: #4474A9; }
span { border-color: rgb(68,116,169); }
td.TdClassName
{
border-color: #4474A9;
}
.TagClassName
{
border-color: #4474A9;
}
</style>