Shades of Steel Blue #486FBC
Tints of Steel Blue #486FBC
RGB
CMYK
RGB Variations
Color information
#486FBC (or 0x486FBC) is known color: Steel Blue. HEX triplet: 48, 6F and BC. RGB value is (72,111,188). Sum of RGB (Red+Green+Blue) = 72+111+188=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #486FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FBC is #B79043. Grayscale: #6B6B6B. Windows color (decimal): -12030020 or 12349256. OLE color: 12349256.
HSL color Cylindrical-coordinate representation of color #486FBC: hue angle of 219.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486FBC is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 111 | 188 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.26 |
| HSL | 219.83º | 0.46% | 0.51% | - |
| HSV(B) | 219.83º | 0.62% | 0.74% | - |
| XYZ | 17.43 | 16.38 | 49.82 | - |
| YUV | 108.12 | 173.08 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 188 | 0.62 | 0.41 | 0 | 0.26 | 219.83 | 0.46 | 0.51 |
| Hex | 48 | 6F | BC | 3E | 29 | 0 | 1A | DC | 2E | 33 |
| Octal | 110 | 157 | 274 | 76 | 51 | 0 | 32 | 334 | 56 | 63 |
| Binary | 1001000 | 1101111 | 10111100 | 111110 | 101001 | 0 | 11010 | 11011100 | 101110 | 110011 |
Color Harmonies of #486FBC
Complementary color
Monochromatic Colors of #486FBC
Black with #486FBC
Text Example
Text Example
White with #486FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FBC; }
p { color: rgb(72,111,188); }
H1.HeaderClassName
{
color: #486FBC;
}
.AnyTagClassName
{
color: #486FBC;
}
</style>
background-color css
<style>
a { background-color: #486FBC; }
a { background-color: rgb(72,111,188); }
div.DivClassName
{
background-color: #486FBC;
}
.BgClassName
{
background-color: #486FBC;
}
</style>
border-color css
<style>
span { border-color: #486FBC; }
span { border-color: rgb(72,111,188); }
td.TdClassName
{
border-color: #486FBC;
}
.TagClassName
{
border-color: #486FBC;
}
</style>