Shades of Steel Blue #4873BB
Tints of Steel Blue #4873BB
RGB
CMYK
RGB Variations
Color information
#4873BB (or 0x4873BB) is known color: Steel Blue. HEX triplet: 48, 73 and BB. RGB value is (72,115,187). Sum of RGB (Red+Green+Blue) = 72+115+187=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #4873BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4873BB is #B78C44. Grayscale: #6E6E6E. Windows color (decimal): -12028997 or 12284744. OLE color: 12284744.
HSL color Cylindrical-coordinate representation of color #4873BB: hue angle of 217.57º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4873BB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 115 | 187 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.27 |
| HSL | 217.57º | 0.46% | 0.51% | - |
| HSV(B) | 217.57º | 0.61% | 0.73% | - |
| XYZ | 17.77 | 17.23 | 49.4 | - |
| YUV | 110.35 | 171.25 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 187 | 0.61 | 0.39 | 0 | 0.27 | 217.57 | 0.46 | 0.51 |
| Hex | 48 | 73 | BB | 3D | 27 | 0 | 1B | DA | 2E | 33 |
| Octal | 110 | 163 | 273 | 75 | 47 | 0 | 33 | 332 | 56 | 63 |
| Binary | 1001000 | 1110011 | 10111011 | 111101 | 100111 | 0 | 11011 | 11011010 | 101110 | 110011 |
Color Harmonies of #4873BB
Complementary color
Monochromatic Colors of #4873BB
Black with #4873BB
Text Example
Text Example
White with #4873BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4873BB; }
p { color: rgb(72,115,187); }
H1.HeaderClassName
{
color: #4873BB;
}
.AnyTagClassName
{
color: #4873BB;
}
</style>
background-color css
<style>
a { background-color: #4873BB; }
a { background-color: rgb(72,115,187); }
div.DivClassName
{
background-color: #4873BB;
}
.BgClassName
{
background-color: #4873BB;
}
</style>
border-color css
<style>
span { border-color: #4873BB; }
span { border-color: rgb(72,115,187); }
td.TdClassName
{
border-color: #4873BB;
}
.TagClassName
{
border-color: #4873BB;
}
</style>