Shades of Steel Blue #447DBD
Tints of Steel Blue #447DBD
RGB
CMYK
RGB Variations
Color information
#447DBD (or 0x447DBD) is known color: Steel Blue. HEX triplet: 44, 7D and BD. RGB value is (68,125,189). Sum of RGB (Red+Green+Blue) = 68+125+189=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #447DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DBD is #BB8242. Grayscale: #727272. Windows color (decimal): -12288579 or 12418372. OLE color: 12418372.
HSL color Cylindrical-coordinate representation of color #447DBD: hue angle of 211.74º degrees, saturation: 0.48, 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 #447DBD is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 125 | 189 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.26 |
| HSL | 211.74º | 0.48% | 0.5% | - |
| HSV(B) | 211.74º | 0.64% | 0.74% | - |
| XYZ | 18.9 | 19.57 | 50.93 | - |
| YUV | 115.25 | 169.62 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 189 | 0.64 | 0.34 | 0 | 0.26 | 211.74 | 0.48 | 0.5 |
| Hex | 44 | 7D | BD | 40 | 22 | 0 | 1A | D4 | 30 | 32 |
| Octal | 104 | 175 | 275 | 100 | 42 | 0 | 32 | 324 | 60 | 62 |
| Binary | 1000100 | 1111101 | 10111101 | 1000000 | 100010 | 0 | 11010 | 11010100 | 110000 | 110010 |
Color Harmonies of #447DBD
Complementary color
Monochromatic Colors of #447DBD
Black with #447DBD
Text Example
Text Example
White with #447DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447DBD; }
p { color: rgb(68,125,189); }
H1.HeaderClassName
{
color: #447DBD;
}
.AnyTagClassName
{
color: #447DBD;
}
</style>
background-color css
<style>
a { background-color: #447DBD; }
a { background-color: rgb(68,125,189); }
div.DivClassName
{
background-color: #447DBD;
}
.BgClassName
{
background-color: #447DBD;
}
</style>
border-color css
<style>
span { border-color: #447DBD; }
span { border-color: rgb(68,125,189); }
td.TdClassName
{
border-color: #447DBD;
}
.TagClassName
{
border-color: #447DBD;
}
</style>