Shades of Steel Blue #447AB2
Tints of Steel Blue #447AB2
RGB
CMYK
RGB Variations
Color information
#447AB2 (or 0x447AB2) is known color: Steel Blue. HEX triplet: 44, 7A and B2. RGB value is (68,122,178). Sum of RGB (Red+Green+Blue) = 68+122+178=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #447AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AB2 is #BB854D. Grayscale: #6F6F6F. Windows color (decimal): -12289358 or 11696708. OLE color: 11696708.
HSL color Cylindrical-coordinate representation of color #447AB2: hue angle of 210.55º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #447AB2 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 122 | 178 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.30 |
| HSL | 210.55º | 0.45% | 0.48% | - |
| HSV(B) | 210.55º | 0.62% | 0.7% | - |
| XYZ | 17.38 | 18.36 | 44.75 | - |
| YUV | 112.24 | 165.11 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 178 | 0.62 | 0.31 | 0 | 0.30 | 210.55 | 0.45 | 0.48 |
| Hex | 44 | 7A | B2 | 3E | 1F | 0 | 1E | D3 | 2D | 30 |
| Octal | 104 | 172 | 262 | 76 | 37 | 0 | 36 | 323 | 55 | 60 |
| Binary | 1000100 | 1111010 | 10110010 | 111110 | 11111 | 0 | 11110 | 11010011 | 101101 | 110000 |
Color Harmonies of #447AB2
Complementary color
Monochromatic Colors of #447AB2
Black with #447AB2
Text Example
Text Example
White with #447AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AB2; }
p { color: rgb(68,122,178); }
H1.HeaderClassName
{
color: #447AB2;
}
.AnyTagClassName
{
color: #447AB2;
}
</style>
background-color css
<style>
a { background-color: #447AB2; }
a { background-color: rgb(68,122,178); }
div.DivClassName
{
background-color: #447AB2;
}
.BgClassName
{
background-color: #447AB2;
}
</style>
border-color css
<style>
span { border-color: #447AB2; }
span { border-color: rgb(68,122,178); }
td.TdClassName
{
border-color: #447AB2;
}
.TagClassName
{
border-color: #447AB2;
}
</style>