Shades of Steel Blue #447AB8
Tints of Steel Blue #447AB8
RGB
CMYK
RGB Variations
Color information
#447AB8 (or 0x447AB8) is known color: Steel Blue. HEX triplet: 44, 7A and B8. RGB value is (68,122,184). Sum of RGB (Red+Green+Blue) = 68+122+184=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #447AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AB8 is #BB8547. Grayscale: #707070. Windows color (decimal): -12289352 or 12089924. OLE color: 12089924.
HSL color Cylindrical-coordinate representation of color #447AB8: hue angle of 212.07º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #447AB8 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 122 | 184 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.28 |
| HSL | 212.07º | 0.46% | 0.49% | - |
| HSV(B) | 212.07º | 0.63% | 0.72% | - |
| XYZ | 18 | 18.61 | 47.99 | - |
| YUV | 112.92 | 168.11 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 184 | 0.63 | 0.34 | 0 | 0.28 | 212.07 | 0.46 | 0.49 |
| Hex | 44 | 7A | B8 | 3F | 22 | 0 | 1C | D4 | 2E | 31 |
| Octal | 104 | 172 | 270 | 77 | 42 | 0 | 34 | 324 | 56 | 61 |
| Binary | 1000100 | 1111010 | 10111000 | 111111 | 100010 | 0 | 11100 | 11010100 | 101110 | 110001 |
Color Harmonies of #447AB8
Complementary color
Monochromatic Colors of #447AB8
Black with #447AB8
Text Example
Text Example
White with #447AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AB8; }
p { color: rgb(68,122,184); }
H1.HeaderClassName
{
color: #447AB8;
}
.AnyTagClassName
{
color: #447AB8;
}
</style>
background-color css
<style>
a { background-color: #447AB8; }
a { background-color: rgb(68,122,184); }
div.DivClassName
{
background-color: #447AB8;
}
.BgClassName
{
background-color: #447AB8;
}
</style>
border-color css
<style>
span { border-color: #447AB8; }
span { border-color: rgb(68,122,184); }
td.TdClassName
{
border-color: #447AB8;
}
.TagClassName
{
border-color: #447AB8;
}
</style>