Shades of Steel Blue #447AB0
Tints of Steel Blue #447AB0
RGB
CMYK
RGB Variations
Color information
#447AB0 (or 0x447AB0) is known color: Steel Blue. HEX triplet: 44, 7A and B0. RGB value is (68,122,176). Sum of RGB (Red+Green+Blue) = 68+122+176=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #447AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AB0 is #BB854F. Grayscale: #6F6F6F. Windows color (decimal): -12289360 or 11565636. OLE color: 11565636.
HSL color Cylindrical-coordinate representation of color #447AB0: hue angle of 210º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #447AB0 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 122 | 176 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.31 |
| HSL | 210º | 0.44% | 0.48% | - |
| HSV(B) | 210º | 0.61% | 0.69% | - |
| XYZ | 17.18 | 18.28 | 43.7 | - |
| YUV | 112.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 176 | 0.61 | 0.31 | 0 | 0.31 | 210 | 0.44 | 0.48 |
| Hex | 44 | 7A | B0 | 3D | 1F | 0 | 1F | D2 | 2C | 30 |
| Octal | 104 | 172 | 260 | 75 | 37 | 0 | 37 | 322 | 54 | 60 |
| Binary | 1000100 | 1111010 | 10110000 | 111101 | 11111 | 0 | 11111 | 11010010 | 101100 | 110000 |
Color Harmonies of #447AB0
Complementary color
Monochromatic Colors of #447AB0
Black with #447AB0
Text Example
Text Example
White with #447AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AB0; }
p { color: rgb(68,122,176); }
H1.HeaderClassName
{
color: #447AB0;
}
.AnyTagClassName
{
color: #447AB0;
}
</style>
background-color css
<style>
a { background-color: #447AB0; }
a { background-color: rgb(68,122,176); }
div.DivClassName
{
background-color: #447AB0;
}
.BgClassName
{
background-color: #447AB0;
}
</style>
border-color css
<style>
span { border-color: #447AB0; }
span { border-color: rgb(68,122,176); }
td.TdClassName
{
border-color: #447AB0;
}
.TagClassName
{
border-color: #447AB0;
}
</style>