Shades of Steel Blue #447CBD
Tints of Steel Blue #447CBD
RGB
CMYK
RGB Variations
Color information
#447CBD (or 0x447CBD) is known color: Steel Blue. HEX triplet: 44, 7C and BD. RGB value is (68,124,189). Sum of RGB (Red+Green+Blue) = 68+124+189=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #447CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CBD is #BB8342. Grayscale: #727272. Windows color (decimal): -12288835 or 12418116. OLE color: 12418116.
HSL color Cylindrical-coordinate representation of color #447CBD: hue angle of 212.23º 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 #447CBD is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 124 | 189 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.26 |
| HSL | 212.23º | 0.48% | 0.5% | - |
| HSV(B) | 212.23º | 0.64% | 0.74% | - |
| XYZ | 18.78 | 19.32 | 50.88 | - |
| YUV | 114.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 189 | 0.64 | 0.34 | 0 | 0.26 | 212.23 | 0.48 | 0.5 |
| Hex | 44 | 7C | BD | 40 | 22 | 0 | 1A | D4 | 30 | 32 |
| Octal | 104 | 174 | 275 | 100 | 42 | 0 | 32 | 324 | 60 | 62 |
| Binary | 1000100 | 1111100 | 10111101 | 1000000 | 100010 | 0 | 11010 | 11010100 | 110000 | 110010 |
Color Harmonies of #447CBD
Complementary color
Monochromatic Colors of #447CBD
Black with #447CBD
Text Example
Text Example
White with #447CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447CBD; }
p { color: rgb(68,124,189); }
H1.HeaderClassName
{
color: #447CBD;
}
.AnyTagClassName
{
color: #447CBD;
}
</style>
background-color css
<style>
a { background-color: #447CBD; }
a { background-color: rgb(68,124,189); }
div.DivClassName
{
background-color: #447CBD;
}
.BgClassName
{
background-color: #447CBD;
}
</style>
border-color css
<style>
span { border-color: #447CBD; }
span { border-color: rgb(68,124,189); }
td.TdClassName
{
border-color: #447CBD;
}
.TagClassName
{
border-color: #447CBD;
}
</style>