Shades of Steel Blue #4878BA
Tints of Steel Blue #4878BA
RGB
CMYK
RGB Variations
Color information
#4878BA (or 0x4878BA) is known color: Steel Blue. HEX triplet: 48, 78 and BA. RGB value is (72,120,186). Sum of RGB (Red+Green+Blue) = 72+120+186=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #4878BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4878BA is #B78745. Grayscale: #707070. Windows color (decimal): -12027718 or 12220488. OLE color: 12220488.
HSL color Cylindrical-coordinate representation of color #4878BA: hue angle of 214.74º degrees, saturation: 0.45, 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 #4878BA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 120 | 186 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.27 |
| HSL | 214.74º | 0.45% | 0.51% | - |
| HSV(B) | 214.74º | 0.61% | 0.73% | - |
| XYZ | 18.25 | 18.36 | 49.04 | - |
| YUV | 113.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 186 | 0.61 | 0.35 | 0 | 0.27 | 214.74 | 0.45 | 0.51 |
| Hex | 48 | 78 | BA | 3D | 23 | 0 | 1B | D7 | 2D | 33 |
| Octal | 110 | 170 | 272 | 75 | 43 | 0 | 33 | 327 | 55 | 63 |
| Binary | 1001000 | 1111000 | 10111010 | 111101 | 100011 | 0 | 11011 | 11010111 | 101101 | 110011 |
Color Harmonies of #4878BA
Complementary color
Monochromatic Colors of #4878BA
Black with #4878BA
Text Example
Text Example
White with #4878BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4878BA; }
p { color: rgb(72,120,186); }
H1.HeaderClassName
{
color: #4878BA;
}
.AnyTagClassName
{
color: #4878BA;
}
</style>
background-color css
<style>
a { background-color: #4878BA; }
a { background-color: rgb(72,120,186); }
div.DivClassName
{
background-color: #4878BA;
}
.BgClassName
{
background-color: #4878BA;
}
</style>
border-color css
<style>
span { border-color: #4878BA; }
span { border-color: rgb(72,120,186); }
td.TdClassName
{
border-color: #4878BA;
}
.TagClassName
{
border-color: #4878BA;
}
</style>