Shades of Steel Blue #4473B7
Tints of Steel Blue #4473B7
RGB
CMYK
RGB Variations
Color information
#4473B7 (or 0x4473B7) is known color: Steel Blue. HEX triplet: 44, 73 and B7. RGB value is (68,115,183). Sum of RGB (Red+Green+Blue) = 68+115+183=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #4473B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4473B7 is #BB8C48. Grayscale: #6C6C6C. Windows color (decimal): -12291145 or 12022596. OLE color: 12022596.
HSL color Cylindrical-coordinate representation of color #4473B7: hue angle of 215.48º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4473B7 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 115 | 183 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.28 |
| HSL | 215.48º | 0.46% | 0.49% | - |
| HSV(B) | 215.48º | 0.63% | 0.72% | - |
| XYZ | 17.06 | 16.91 | 47.16 | - |
| YUV | 108.7 | 169.93 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 115 | 183 | 0.63 | 0.37 | 0 | 0.28 | 215.48 | 0.46 | 0.49 |
| Hex | 44 | 73 | B7 | 3F | 25 | 0 | 1C | D7 | 2E | 31 |
| Octal | 104 | 163 | 267 | 77 | 45 | 0 | 34 | 327 | 56 | 61 |
| Binary | 1000100 | 1110011 | 10110111 | 111111 | 100101 | 0 | 11100 | 11010111 | 101110 | 110001 |
Color Harmonies of #4473B7
Complementary color
Monochromatic Colors of #4473B7
Black with #4473B7
Text Example
Text Example
White with #4473B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4473B7; }
p { color: rgb(68,115,183); }
H1.HeaderClassName
{
color: #4473B7;
}
.AnyTagClassName
{
color: #4473B7;
}
</style>
background-color css
<style>
a { background-color: #4473B7; }
a { background-color: rgb(68,115,183); }
div.DivClassName
{
background-color: #4473B7;
}
.BgClassName
{
background-color: #4473B7;
}
</style>
border-color css
<style>
span { border-color: #4473B7; }
span { border-color: rgb(68,115,183); }
td.TdClassName
{
border-color: #4473B7;
}
.TagClassName
{
border-color: #4473B7;
}
</style>