Shades of Steel Blue #4883BB
Tints of Steel Blue #4883BB
RGB
CMYK
RGB Variations
Color information
#4883BB (or 0x4883BB) is known color: Steel Blue. HEX triplet: 48, 83 and BB. RGB value is (72,131,187). Sum of RGB (Red+Green+Blue) = 72+131+187=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #4883BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4883BB is #B77C44. Grayscale: #777777. Windows color (decimal): -12024901 or 12288840. OLE color: 12288840.
HSL color Cylindrical-coordinate representation of color #4883BB: hue angle of 209.22º 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 #4883BB is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 131 | 187 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.27 |
| HSL | 209.22º | 0.46% | 0.51% | - |
| HSV(B) | 209.22º | 0.61% | 0.73% | - |
| XYZ | 19.76 | 21.2 | 50.06 | - |
| YUV | 119.74 | 165.95 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 187 | 0.61 | 0.30 | 0 | 0.27 | 209.22 | 0.46 | 0.51 |
| Hex | 48 | 83 | BB | 3D | 1E | 0 | 1B | D1 | 2E | 33 |
| Octal | 110 | 203 | 273 | 75 | 36 | 0 | 33 | 321 | 56 | 63 |
| Binary | 1001000 | 10000011 | 10111011 | 111101 | 11110 | 0 | 11011 | 11010001 | 101110 | 110011 |
Color Harmonies of #4883BB
Complementary color
Monochromatic Colors of #4883BB
Black with #4883BB
Text Example
Text Example
White with #4883BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4883BB; }
p { color: rgb(72,131,187); }
H1.HeaderClassName
{
color: #4883BB;
}
.AnyTagClassName
{
color: #4883BB;
}
</style>
background-color css
<style>
a { background-color: #4883BB; }
a { background-color: rgb(72,131,187); }
div.DivClassName
{
background-color: #4883BB;
}
.BgClassName
{
background-color: #4883BB;
}
</style>
border-color css
<style>
span { border-color: #4883BB; }
span { border-color: rgb(72,131,187); }
td.TdClassName
{
border-color: #4883BB;
}
.TagClassName
{
border-color: #4883BB;
}
</style>