Shades of Steel Blue #447ABC
Tints of Steel Blue #447ABC
RGB
CMYK
RGB Variations
Color information
#447ABC (or 0x447ABC) is known color: Steel Blue. HEX triplet: 44, 7A and BC. RGB value is (68,122,188). Sum of RGB (Red+Green+Blue) = 68+122+188=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #447ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ABC is #BB8543. Grayscale: #717171. Windows color (decimal): -12289348 or 12352068. OLE color: 12352068.
HSL color Cylindrical-coordinate representation of color #447ABC: hue angle of 213º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #447ABC is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 122 | 188 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.26 |
| HSL | 213º | 0.47% | 0.5% | - |
| HSV(B) | 213º | 0.64% | 0.74% | - |
| XYZ | 18.42 | 18.78 | 50.23 | - |
| YUV | 113.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 188 | 0.64 | 0.35 | 0 | 0.26 | 213 | 0.47 | 0.5 |
| Hex | 44 | 7A | BC | 40 | 23 | 0 | 1A | D5 | 2F | 32 |
| Octal | 104 | 172 | 274 | 100 | 43 | 0 | 32 | 325 | 57 | 62 |
| Binary | 1000100 | 1111010 | 10111100 | 1000000 | 100011 | 0 | 11010 | 11010101 | 101111 | 110010 |
Color Harmonies of #447ABC
Complementary color
Monochromatic Colors of #447ABC
Black with #447ABC
Text Example
Text Example
White with #447ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447ABC; }
p { color: rgb(68,122,188); }
H1.HeaderClassName
{
color: #447ABC;
}
.AnyTagClassName
{
color: #447ABC;
}
</style>
background-color css
<style>
a { background-color: #447ABC; }
a { background-color: rgb(68,122,188); }
div.DivClassName
{
background-color: #447ABC;
}
.BgClassName
{
background-color: #447ABC;
}
</style>
border-color css
<style>
span { border-color: #447ABC; }
span { border-color: rgb(68,122,188); }
td.TdClassName
{
border-color: #447ABC;
}
.TagClassName
{
border-color: #447ABC;
}
</style>