Shades of Steel Blue #447DB5
Tints of Steel Blue #447DB5
RGB
CMYK
RGB Variations
Color information
#447DB5 (or 0x447DB5) is known color: Steel Blue. HEX triplet: 44, 7D and B5. RGB value is (68,125,181). Sum of RGB (Red+Green+Blue) = 68+125+181=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #447DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DB5 is #BB824A. Grayscale: #727272. Windows color (decimal): -12288587 or 11894084. OLE color: 11894084.
HSL color Cylindrical-coordinate representation of color #447DB5: hue angle of 209.73º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #447DB5 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 125 | 181 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.29 |
| HSL | 209.73º | 0.45% | 0.49% | - |
| HSV(B) | 209.73º | 0.62% | 0.71% | - |
| XYZ | 18.06 | 19.23 | 46.48 | - |
| YUV | 114.34 | 165.62 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 181 | 0.62 | 0.31 | 0 | 0.29 | 209.73 | 0.45 | 0.49 |
| Hex | 44 | 7D | B5 | 3E | 1F | 0 | 1D | D2 | 2D | 31 |
| Octal | 104 | 175 | 265 | 76 | 37 | 0 | 35 | 322 | 55 | 61 |
| Binary | 1000100 | 1111101 | 10110101 | 111110 | 11111 | 0 | 11101 | 11010010 | 101101 | 110001 |
Color Harmonies of #447DB5
Complementary color
Monochromatic Colors of #447DB5
Black with #447DB5
Text Example
Text Example
White with #447DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447DB5; }
p { color: rgb(68,125,181); }
H1.HeaderClassName
{
color: #447DB5;
}
.AnyTagClassName
{
color: #447DB5;
}
</style>
background-color css
<style>
a { background-color: #447DB5; }
a { background-color: rgb(68,125,181); }
div.DivClassName
{
background-color: #447DB5;
}
.BgClassName
{
background-color: #447DB5;
}
</style>
border-color css
<style>
span { border-color: #447DB5; }
span { border-color: rgb(68,125,181); }
td.TdClassName
{
border-color: #447DB5;
}
.TagClassName
{
border-color: #447DB5;
}
</style>