Shades of Steel Blue #4486BA
Tints of Steel Blue #4486BA
RGB
CMYK
RGB Variations
Color information
#4486BA (or 0x4486BA) is known color: Steel Blue. HEX triplet: 44, 86 and BA. RGB value is (68,134,186). Sum of RGB (Red+Green+Blue) = 68+134+186=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #4486BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4486BA is #BB7945. Grayscale: #777777. Windows color (decimal): -12286278 or 12224068. OLE color: 12224068.
HSL color Cylindrical-coordinate representation of color #4486BA: hue angle of 206.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4486BA is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 134 | 186 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.27 |
| HSL | 206.44º | 0.46% | 0.5% | - |
| HSV(B) | 206.44º | 0.63% | 0.73% | - |
| XYZ | 19.77 | 21.82 | 49.62 | - |
| YUV | 120.19 | 165.13 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 186 | 0.63 | 0.28 | 0 | 0.27 | 206.44 | 0.46 | 0.5 |
| Hex | 44 | 86 | BA | 3F | 1C | 0 | 1B | CE | 2E | 32 |
| Octal | 104 | 206 | 272 | 77 | 34 | 0 | 33 | 316 | 56 | 62 |
| Binary | 1000100 | 10000110 | 10111010 | 111111 | 11100 | 0 | 11011 | 11001110 | 101110 | 110010 |
Color Harmonies of #4486BA
Complementary color
Monochromatic Colors of #4486BA
Black with #4486BA
Text Example
Text Example
White with #4486BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4486BA; }
p { color: rgb(68,134,186); }
H1.HeaderClassName
{
color: #4486BA;
}
.AnyTagClassName
{
color: #4486BA;
}
</style>
background-color css
<style>
a { background-color: #4486BA; }
a { background-color: rgb(68,134,186); }
div.DivClassName
{
background-color: #4486BA;
}
.BgClassName
{
background-color: #4486BA;
}
</style>
border-color css
<style>
span { border-color: #4486BA; }
span { border-color: rgb(68,134,186); }
td.TdClassName
{
border-color: #4486BA;
}
.TagClassName
{
border-color: #4486BA;
}
</style>