Shades of Steel Blue #4F84BA
Tints of Steel Blue #4F84BA
RGB
CMYK
RGB Variations
Color information
#4F84BA (or 0x4F84BA) is known color: Steel Blue. HEX triplet: 4F, 84 and BA. RGB value is (79,132,186). Sum of RGB (Red+Green+Blue) = 79+132+186=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F84BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F84BA is #B07B45. Grayscale: #7A7A7A. Windows color (decimal): -11565894 or 12223567. OLE color: 12223567.
HSL color Cylindrical-coordinate representation of color #4F84BA: hue angle of 210.28º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F84BA is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 132 | 186 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.27 |
| HSL | 210.28º | 0.44% | 0.52% | - |
| HSV(B) | 210.28º | 0.58% | 0.73% | - |
| XYZ | 20.34 | 21.71 | 49.57 | - |
| YUV | 122.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 186 | 0.58 | 0.29 | 0 | 0.27 | 210.28 | 0.44 | 0.52 |
| Hex | 4F | 84 | BA | 3A | 1D | 0 | 1B | D2 | 2C | 34 |
| Octal | 117 | 204 | 272 | 72 | 35 | 0 | 33 | 322 | 54 | 64 |
| Binary | 1001111 | 10000100 | 10111010 | 111010 | 11101 | 0 | 11011 | 11010010 | 101100 | 110100 |
Color Harmonies of #4F84BA
Complementary color
Monochromatic Colors of #4F84BA
Black with #4F84BA
Text Example
Text Example
White with #4F84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F84BA; }
p { color: rgb(79,132,186); }
H1.HeaderClassName
{
color: #4F84BA;
}
.AnyTagClassName
{
color: #4F84BA;
}
</style>
background-color css
<style>
a { background-color: #4F84BA; }
a { background-color: rgb(79,132,186); }
div.DivClassName
{
background-color: #4F84BA;
}
.BgClassName
{
background-color: #4F84BA;
}
</style>
border-color css
<style>
span { border-color: #4F84BA; }
span { border-color: rgb(79,132,186); }
td.TdClassName
{
border-color: #4F84BA;
}
.TagClassName
{
border-color: #4F84BA;
}
</style>