Shades of Steel Blue #4573BB
Tints of Steel Blue #4573BB
RGB
CMYK
RGB Variations
Color information
#4573BB (or 0x4573BB) is known color: Steel Blue. HEX triplet: 45, 73 and BB. RGB value is (69,115,187). Sum of RGB (Red+Green+Blue) = 69+115+187=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #4573BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573BB is #BA8C44. Grayscale: #6D6D6D. Windows color (decimal): -12225605 or 12284741. OLE color: 12284741.
HSL color Cylindrical-coordinate representation of color #4573BB: hue angle of 216.61º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4573BB is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 115 | 187 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.27 |
| HSL | 216.61º | 0.46% | 0.5% | - |
| HSV(B) | 216.61º | 0.63% | 0.73% | - |
| XYZ | 17.55 | 17.11 | 49.39 | - |
| YUV | 109.45 | 171.76 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 187 | 0.63 | 0.39 | 0 | 0.27 | 216.61 | 0.46 | 0.5 |
| Hex | 45 | 73 | BB | 3F | 27 | 0 | 1B | D9 | 2E | 32 |
| Octal | 105 | 163 | 273 | 77 | 47 | 0 | 33 | 331 | 56 | 62 |
| Binary | 1000101 | 1110011 | 10111011 | 111111 | 100111 | 0 | 11011 | 11011001 | 101110 | 110010 |
Color Harmonies of #4573BB
Complementary color
Monochromatic Colors of #4573BB
Black with #4573BB
Text Example
Text Example
White with #4573BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4573BB; }
p { color: rgb(69,115,187); }
H1.HeaderClassName
{
color: #4573BB;
}
.AnyTagClassName
{
color: #4573BB;
}
</style>
background-color css
<style>
a { background-color: #4573BB; }
a { background-color: rgb(69,115,187); }
div.DivClassName
{
background-color: #4573BB;
}
.BgClassName
{
background-color: #4573BB;
}
</style>
border-color css
<style>
span { border-color: #4573BB; }
span { border-color: rgb(69,115,187); }
td.TdClassName
{
border-color: #4573BB;
}
.TagClassName
{
border-color: #4573BB;
}
</style>