Shades of Steel Blue #447DB6
Tints of Steel Blue #447DB6
RGB
CMYK
RGB Variations
Color information
#447DB6 (or 0x447DB6) is known color: Steel Blue. HEX triplet: 44, 7D and B6. RGB value is (68,125,182). Sum of RGB (Red+Green+Blue) = 68+125+182=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #447DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DB6 is #BB8249. Grayscale: #727272. Windows color (decimal): -12288586 or 11959620. OLE color: 11959620.
HSL color Cylindrical-coordinate representation of color #447DB6: hue angle of 210º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #447DB6 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 125 | 182 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.29 |
| HSL | 210º | 0.46% | 0.49% | - |
| HSV(B) | 210º | 0.63% | 0.71% | - |
| XYZ | 18.16 | 19.27 | 47.02 | - |
| YUV | 114.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 182 | 0.63 | 0.31 | 0 | 0.29 | 210 | 0.46 | 0.49 |
| Hex | 44 | 7D | B6 | 3F | 1F | 0 | 1D | D2 | 2E | 31 |
| Octal | 104 | 175 | 266 | 77 | 37 | 0 | 35 | 322 | 56 | 61 |
| Binary | 1000100 | 1111101 | 10110110 | 111111 | 11111 | 0 | 11101 | 11010010 | 101110 | 110001 |
Color Harmonies of #447DB6
Complementary color
Monochromatic Colors of #447DB6
Black with #447DB6
Text Example
Text Example
White with #447DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447DB6; }
p { color: rgb(68,125,182); }
H1.HeaderClassName
{
color: #447DB6;
}
.AnyTagClassName
{
color: #447DB6;
}
</style>
background-color css
<style>
a { background-color: #447DB6; }
a { background-color: rgb(68,125,182); }
div.DivClassName
{
background-color: #447DB6;
}
.BgClassName
{
background-color: #447DB6;
}
</style>
border-color css
<style>
span { border-color: #447DB6; }
span { border-color: rgb(68,125,182); }
td.TdClassName
{
border-color: #447DB6;
}
.TagClassName
{
border-color: #447DB6;
}
</style>