Shades of Steel Blue #447AB4
Tints of Steel Blue #447AB4
RGB
CMYK
RGB Variations
Color information
#447AB4 (or 0x447AB4) is known color: Steel Blue. HEX triplet: 44, 7A and B4. RGB value is (68,122,180). Sum of RGB (Red+Green+Blue) = 68+122+180=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #447AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AB4 is #BB854B. Grayscale: #707070. Windows color (decimal): -12289356 or 11827780. OLE color: 11827780.
HSL color Cylindrical-coordinate representation of color #447AB4: hue angle of 211.07º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #447AB4 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 122 | 180 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.29 |
| HSL | 211.07º | 0.45% | 0.49% | - |
| HSV(B) | 211.07º | 0.62% | 0.71% | - |
| XYZ | 17.58 | 18.44 | 45.81 | - |
| YUV | 112.47 | 166.11 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 180 | 0.62 | 0.32 | 0 | 0.29 | 211.07 | 0.45 | 0.49 |
| Hex | 44 | 7A | B4 | 3E | 20 | 0 | 1D | D3 | 2D | 31 |
| Octal | 104 | 172 | 264 | 76 | 40 | 0 | 35 | 323 | 55 | 61 |
| Binary | 1000100 | 1111010 | 10110100 | 111110 | 100000 | 0 | 11101 | 11010011 | 101101 | 110001 |
Color Harmonies of #447AB4
Complementary color
Monochromatic Colors of #447AB4
Black with #447AB4
Text Example
Text Example
White with #447AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AB4; }
p { color: rgb(68,122,180); }
H1.HeaderClassName
{
color: #447AB4;
}
.AnyTagClassName
{
color: #447AB4;
}
</style>
background-color css
<style>
a { background-color: #447AB4; }
a { background-color: rgb(68,122,180); }
div.DivClassName
{
background-color: #447AB4;
}
.BgClassName
{
background-color: #447AB4;
}
</style>
border-color css
<style>
span { border-color: #447AB4; }
span { border-color: rgb(68,122,180); }
td.TdClassName
{
border-color: #447AB4;
}
.TagClassName
{
border-color: #447AB4;
}
</style>