Shades of Steel Blue #447DB3
Tints of Steel Blue #447DB3
RGB
CMYK
RGB Variations
Color information
#447DB3 (or 0x447DB3) is known color: Steel Blue. HEX triplet: 44, 7D and B3. RGB value is (68,125,179). Sum of RGB (Red+Green+Blue) = 68+125+179=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #447DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DB3 is #BB824C. Grayscale: #717171. Windows color (decimal): -12288589 or 11763012. OLE color: 11763012.
HSL color Cylindrical-coordinate representation of color #447DB3: hue angle of 209.19º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #447DB3 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 125 | 179 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.30 |
| HSL | 209.19º | 0.45% | 0.48% | - |
| HSV(B) | 209.19º | 0.62% | 0.7% | - |
| XYZ | 17.85 | 19.15 | 45.4 | - |
| YUV | 114.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 179 | 0.62 | 0.30 | 0 | 0.30 | 209.19 | 0.45 | 0.48 |
| Hex | 44 | 7D | B3 | 3E | 1E | 0 | 1E | D1 | 2D | 30 |
| Octal | 104 | 175 | 263 | 76 | 36 | 0 | 36 | 321 | 55 | 60 |
| Binary | 1000100 | 1111101 | 10110011 | 111110 | 11110 | 0 | 11110 | 11010001 | 101101 | 110000 |
Color Harmonies of #447DB3
Complementary color
Monochromatic Colors of #447DB3
Black with #447DB3
Text Example
Text Example
White with #447DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447DB3; }
p { color: rgb(68,125,179); }
H1.HeaderClassName
{
color: #447DB3;
}
.AnyTagClassName
{
color: #447DB3;
}
</style>
background-color css
<style>
a { background-color: #447DB3; }
a { background-color: rgb(68,125,179); }
div.DivClassName
{
background-color: #447DB3;
}
.BgClassName
{
background-color: #447DB3;
}
</style>
border-color css
<style>
span { border-color: #447DB3; }
span { border-color: rgb(68,125,179); }
td.TdClassName
{
border-color: #447DB3;
}
.TagClassName
{
border-color: #447DB3;
}
</style>