Shades of Steel Blue #447AA4
Tints of Steel Blue #447AA4
RGB
CMYK
RGB Variations
Color information
#447AA4 (or 0x447AA4) is known color: Steel Blue. HEX triplet: 44, 7A and A4. RGB value is (68,122,164). Sum of RGB (Red+Green+Blue) = 68+122+164=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #447AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AA4 is #BB855B. Grayscale: #6E6E6E. Windows color (decimal): -12289372 or 10779204. OLE color: 10779204.
HSL color Cylindrical-coordinate representation of color #447AA4: hue angle of 206.25º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #447AA4 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 122 | 164 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.36 |
| HSL | 206.25º | 0.41% | 0.45% | - |
| HSV(B) | 206.25º | 0.59% | 0.64% | - |
| XYZ | 16.04 | 17.83 | 37.72 | - |
| YUV | 110.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 164 | 0.59 | 0.26 | 0 | 0.36 | 206.25 | 0.41 | 0.45 |
| Hex | 44 | 7A | A4 | 3B | 1A | 0 | 24 | CE | 29 | 2D |
| Octal | 104 | 172 | 244 | 73 | 32 | 0 | 44 | 316 | 51 | 55 |
| Binary | 1000100 | 1111010 | 10100100 | 111011 | 11010 | 0 | 100100 | 11001110 | 101001 | 101101 |
Color Harmonies of #447AA4
Complementary color
Monochromatic Colors of #447AA4
Black with #447AA4
Text Example
Text Example
White with #447AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AA4; }
p { color: rgb(68,122,164); }
H1.HeaderClassName
{
color: #447AA4;
}
.AnyTagClassName
{
color: #447AA4;
}
</style>
background-color css
<style>
a { background-color: #447AA4; }
a { background-color: rgb(68,122,164); }
div.DivClassName
{
background-color: #447AA4;
}
.BgClassName
{
background-color: #447AA4;
}
</style>
border-color css
<style>
span { border-color: #447AA4; }
span { border-color: rgb(68,122,164); }
td.TdClassName
{
border-color: #447AA4;
}
.TagClassName
{
border-color: #447AA4;
}
</style>