Shades of Steel Blue #447DBB
Tints of Steel Blue #447DBB
RGB
CMYK
RGB Variations
Color information
#447DBB (or 0x447DBB) is known color: Steel Blue. HEX triplet: 44, 7D and BB. RGB value is (68,125,187). Sum of RGB (Red+Green+Blue) = 68+125+187=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #447DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DBB is #BB8244. Grayscale: #727272. Windows color (decimal): -12288581 or 12287300. OLE color: 12287300.
HSL color Cylindrical-coordinate representation of color #447DBB: hue angle of 211.26º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #447DBB is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 125 | 187 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.27 |
| HSL | 211.26º | 0.47% | 0.5% | - |
| HSV(B) | 211.26º | 0.64% | 0.73% | - |
| XYZ | 18.69 | 19.48 | 49.79 | - |
| YUV | 115.03 | 168.62 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 187 | 0.64 | 0.33 | 0 | 0.27 | 211.26 | 0.47 | 0.5 |
| Hex | 44 | 7D | BB | 40 | 21 | 0 | 1B | D3 | 2F | 32 |
| Octal | 104 | 175 | 273 | 100 | 41 | 0 | 33 | 323 | 57 | 62 |
| Binary | 1000100 | 1111101 | 10111011 | 1000000 | 100001 | 0 | 11011 | 11010011 | 101111 | 110010 |
Color Harmonies of #447DBB
Complementary color
Monochromatic Colors of #447DBB
Black with #447DBB
Text Example
Text Example
White with #447DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447DBB; }
p { color: rgb(68,125,187); }
H1.HeaderClassName
{
color: #447DBB;
}
.AnyTagClassName
{
color: #447DBB;
}
</style>
background-color css
<style>
a { background-color: #447DBB; }
a { background-color: rgb(68,125,187); }
div.DivClassName
{
background-color: #447DBB;
}
.BgClassName
{
background-color: #447DBB;
}
</style>
border-color css
<style>
span { border-color: #447DBB; }
span { border-color: rgb(68,125,187); }
td.TdClassName
{
border-color: #447DBB;
}
.TagClassName
{
border-color: #447DBB;
}
</style>