Shades of Steel Blue #447CA1
Tints of Steel Blue #447CA1
RGB
CMYK
RGB Variations
Color information
#447CA1 (or 0x447CA1) is known color: Steel Blue. HEX triplet: 44, 7C and A1. RGB value is (68,124,161). Sum of RGB (Red+Green+Blue) = 68+124+161=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 161 - color contains mainly: blue. Hex color #447CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447CA1 is #BB835E. Grayscale: #6F6F6F. Windows color (decimal): -12288863 or 10583108. OLE color: 10583108.
HSL color Cylindrical-coordinate representation of color #447CA1: hue angle of 203.87º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #447CA1 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 124 | 161 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.37 |
| HSL | 203.87º | 0.41% | 0.45% | - |
| HSV(B) | 203.87º | 0.58% | 0.63% | - |
| XYZ | 16.02 | 18.22 | 36.39 | - |
| YUV | 111.47 | 155.95 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 161 | 0.58 | 0.23 | 0 | 0.37 | 203.87 | 0.41 | 0.45 |
| Hex | 44 | 7C | A1 | 3A | 17 | 0 | 25 | CC | 29 | 2D |
| Octal | 104 | 174 | 241 | 72 | 27 | 0 | 45 | 314 | 51 | 55 |
| Binary | 1000100 | 1111100 | 10100001 | 111010 | 10111 | 0 | 100101 | 11001100 | 101001 | 101101 |
Color Harmonies of #447CA1
Complementary color
Monochromatic Colors of #447CA1
Black with #447CA1
Text Example
Text Example
White with #447CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447CA1; }
p { color: rgb(68,124,161); }
H1.HeaderClassName
{
color: #447CA1;
}
.AnyTagClassName
{
color: #447CA1;
}
</style>
background-color css
<style>
a { background-color: #447CA1; }
a { background-color: rgb(68,124,161); }
div.DivClassName
{
background-color: #447CA1;
}
.BgClassName
{
background-color: #447CA1;
}
</style>
border-color css
<style>
span { border-color: #447CA1; }
span { border-color: rgb(68,124,161); }
td.TdClassName
{
border-color: #447CA1;
}
.TagClassName
{
border-color: #447CA1;
}
</style>