Shades of Steel Blue #4883BE
Tints of Steel Blue #4883BE
RGB
CMYK
RGB Variations
Color information
#4883BE (or 0x4883BE) is known color: Steel Blue. HEX triplet: 48, 83 and BE. RGB value is (72,131,190). Sum of RGB (Red+Green+Blue) = 72+131+190=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #4883BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4883BE is #B77C41. Grayscale: #777777. Windows color (decimal): -12024898 or 12485448. OLE color: 12485448.
HSL color Cylindrical-coordinate representation of color #4883BE: hue angle of 210º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4883BE is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 131 | 190 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.25 |
| HSL | 210º | 0.48% | 0.51% | - |
| HSV(B) | 210º | 0.62% | 0.75% | - |
| XYZ | 20.08 | 21.33 | 51.77 | - |
| YUV | 120.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 190 | 0.62 | 0.31 | 0 | 0.25 | 210 | 0.48 | 0.51 |
| Hex | 48 | 83 | BE | 3E | 1F | 0 | 19 | D2 | 30 | 33 |
| Octal | 110 | 203 | 276 | 76 | 37 | 0 | 31 | 322 | 60 | 63 |
| Binary | 1001000 | 10000011 | 10111110 | 111110 | 11111 | 0 | 11001 | 11010010 | 110000 | 110011 |
Color Harmonies of #4883BE
Complementary color
Monochromatic Colors of #4883BE
Black with #4883BE
Text Example
Text Example
White with #4883BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4883BE; }
p { color: rgb(72,131,190); }
H1.HeaderClassName
{
color: #4883BE;
}
.AnyTagClassName
{
color: #4883BE;
}
</style>
background-color css
<style>
a { background-color: #4883BE; }
a { background-color: rgb(72,131,190); }
div.DivClassName
{
background-color: #4883BE;
}
.BgClassName
{
background-color: #4883BE;
}
</style>
border-color css
<style>
span { border-color: #4883BE; }
span { border-color: rgb(72,131,190); }
td.TdClassName
{
border-color: #4883BE;
}
.TagClassName
{
border-color: #4883BE;
}
</style>