Shades of Steel Blue #4876B0
Tints of Steel Blue #4876B0
RGB
CMYK
RGB Variations
Color information
#4876B0 (or 0x4876B0) is known color: Steel Blue. HEX triplet: 48, 76 and B0. RGB value is (72,118,176). Sum of RGB (Red+Green+Blue) = 72+118+176=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #4876B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4876B0 is #B7894F. Grayscale: #6E6E6E. Windows color (decimal): -12028240 or 11564616. OLE color: 11564616.
HSL color Cylindrical-coordinate representation of color #4876B0: hue angle of 213.46º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4876B0 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 118 | 176 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.31 |
| HSL | 213.46º | 0.42% | 0.49% | - |
| HSV(B) | 213.46º | 0.59% | 0.69% | - |
| XYZ | 16.99 | 17.47 | 43.55 | - |
| YUV | 110.86 | 164.76 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 176 | 0.59 | 0.33 | 0 | 0.31 | 213.46 | 0.42 | 0.49 |
| Hex | 48 | 76 | B0 | 3B | 21 | 0 | 1F | D5 | 2A | 31 |
| Octal | 110 | 166 | 260 | 73 | 41 | 0 | 37 | 325 | 52 | 61 |
| Binary | 1001000 | 1110110 | 10110000 | 111011 | 100001 | 0 | 11111 | 11010101 | 101010 | 110001 |
Color Harmonies of #4876B0
Complementary color
Monochromatic Colors of #4876B0
Black with #4876B0
Text Example
Text Example
White with #4876B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4876B0; }
p { color: rgb(72,118,176); }
H1.HeaderClassName
{
color: #4876B0;
}
.AnyTagClassName
{
color: #4876B0;
}
</style>
background-color css
<style>
a { background-color: #4876B0; }
a { background-color: rgb(72,118,176); }
div.DivClassName
{
background-color: #4876B0;
}
.BgClassName
{
background-color: #4876B0;
}
</style>
border-color css
<style>
span { border-color: #4876B0; }
span { border-color: rgb(72,118,176); }
td.TdClassName
{
border-color: #4876B0;
}
.TagClassName
{
border-color: #4876B0;
}
</style>