Shades of Steel Blue #4573BF
Tints of Steel Blue #4573BF
RGB
CMYK
RGB Variations
Color information
#4573BF (or 0x4573BF) is known color: Steel Blue. HEX triplet: 45, 73 and BF. RGB value is (69,115,191). Sum of RGB (Red+Green+Blue) = 69+115+191=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #4573BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573BF is #BA8C40. Grayscale: #6D6D6D. Windows color (decimal): -12225601 or 12546885. OLE color: 12546885.
HSL color Cylindrical-coordinate representation of color #4573BF: hue angle of 217.38º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4573BF is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 115 | 191 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.25 |
| HSL | 217.38º | 0.49% | 0.51% | - |
| HSV(B) | 217.38º | 0.64% | 0.75% | - |
| XYZ | 17.99 | 17.29 | 51.68 | - |
| YUV | 109.91 | 173.76 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 191 | 0.64 | 0.40 | 0 | 0.25 | 217.38 | 0.49 | 0.51 |
| Hex | 45 | 73 | BF | 40 | 28 | 0 | 19 | D9 | 31 | 33 |
| Octal | 105 | 163 | 277 | 100 | 50 | 0 | 31 | 331 | 61 | 63 |
| Binary | 1000101 | 1110011 | 10111111 | 1000000 | 101000 | 0 | 11001 | 11011001 | 110001 | 110011 |
Color Harmonies of #4573BF
Complementary color
Monochromatic Colors of #4573BF
Black with #4573BF
Text Example
Text Example
White with #4573BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4573BF; }
p { color: rgb(69,115,191); }
H1.HeaderClassName
{
color: #4573BF;
}
.AnyTagClassName
{
color: #4573BF;
}
</style>
background-color css
<style>
a { background-color: #4573BF; }
a { background-color: rgb(69,115,191); }
div.DivClassName
{
background-color: #4573BF;
}
.BgClassName
{
background-color: #4573BF;
}
</style>
border-color css
<style>
span { border-color: #4573BF; }
span { border-color: rgb(69,115,191); }
td.TdClassName
{
border-color: #4573BF;
}
.TagClassName
{
border-color: #4573BF;
}
</style>