Shades of Steel Blue #447BC5
Tints of Steel Blue #447BC5
RGB
CMYK
RGB Variations
Color information
#447BC5 (or 0x447BC5) is known color: Steel Blue. HEX triplet: 44, 7B and C5. RGB value is (68,123,197). Sum of RGB (Red+Green+Blue) = 68+123+197=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #447BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BC5 is #BB843A. Grayscale: #727272. Windows color (decimal): -12289083 or 12942148. OLE color: 12942148.
HSL color Cylindrical-coordinate representation of color #447BC5: hue angle of 214.42º degrees, saturation: 0.53, 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 #447BC5 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 123 | 197 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.23 |
| HSL | 214.42º | 0.53% | 0.52% | - |
| HSV(B) | 214.42º | 0.65% | 0.77% | - |
| XYZ | 19.54 | 19.43 | 55.54 | - |
| YUV | 114.99 | 174.28 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 197 | 0.65 | 0.38 | 0 | 0.23 | 214.42 | 0.53 | 0.52 |
| Hex | 44 | 7B | C5 | 41 | 26 | 0 | 17 | D6 | 35 | 34 |
| Octal | 104 | 173 | 305 | 101 | 46 | 0 | 27 | 326 | 65 | 64 |
| Binary | 1000100 | 1111011 | 11000101 | 1000001 | 100110 | 0 | 10111 | 11010110 | 110101 | 110100 |
Color Harmonies of #447BC5
Complementary color
Monochromatic Colors of #447BC5
Black with #447BC5
Text Example
Text Example
White with #447BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BC5; }
p { color: rgb(68,123,197); }
H1.HeaderClassName
{
color: #447BC5;
}
.AnyTagClassName
{
color: #447BC5;
}
</style>
background-color css
<style>
a { background-color: #447BC5; }
a { background-color: rgb(68,123,197); }
div.DivClassName
{
background-color: #447BC5;
}
.BgClassName
{
background-color: #447BC5;
}
</style>
border-color css
<style>
span { border-color: #447BC5; }
span { border-color: rgb(68,123,197); }
td.TdClassName
{
border-color: #447BC5;
}
.TagClassName
{
border-color: #447BC5;
}
</style>