Shades of Steel Blue #447EC4
Tints of Steel Blue #447EC4
RGB
CMYK
RGB Variations
Color information
#447EC4 (or 0x447EC4) is known color: Steel Blue. HEX triplet: 44, 7E and C4. RGB value is (68,126,196). Sum of RGB (Red+Green+Blue) = 68+126+196=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #447EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447EC4 is #BB813B. Grayscale: #747474. Windows color (decimal): -12288316 or 12877380. OLE color: 12877380.
HSL color Cylindrical-coordinate representation of color #447EC4: hue angle of 212.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #447EC4 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 126 | 196 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.23 |
| HSL | 212.81º | 0.52% | 0.52% | - |
| HSV(B) | 212.81º | 0.65% | 0.77% | - |
| XYZ | 19.81 | 20.14 | 55.07 | - |
| YUV | 116.64 | 172.78 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 196 | 0.65 | 0.36 | 0 | 0.23 | 212.81 | 0.52 | 0.52 |
| Hex | 44 | 7E | C4 | 41 | 24 | 0 | 17 | D5 | 34 | 34 |
| Octal | 104 | 176 | 304 | 101 | 44 | 0 | 27 | 325 | 64 | 64 |
| Binary | 1000100 | 1111110 | 11000100 | 1000001 | 100100 | 0 | 10111 | 11010101 | 110100 | 110100 |
Color Harmonies of #447EC4
Complementary color
Monochromatic Colors of #447EC4
Black with #447EC4
Text Example
Text Example
White with #447EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447EC4; }
p { color: rgb(68,126,196); }
H1.HeaderClassName
{
color: #447EC4;
}
.AnyTagClassName
{
color: #447EC4;
}
</style>
background-color css
<style>
a { background-color: #447EC4; }
a { background-color: rgb(68,126,196); }
div.DivClassName
{
background-color: #447EC4;
}
.BgClassName
{
background-color: #447EC4;
}
</style>
border-color css
<style>
span { border-color: #447EC4; }
span { border-color: rgb(68,126,196); }
td.TdClassName
{
border-color: #447EC4;
}
.TagClassName
{
border-color: #447EC4;
}
</style>