Shades of Steel Blue #486FBB
Tints of Steel Blue #486FBB
RGB
CMYK
RGB Variations
Color information
#486FBB (or 0x486FBB) is known color: Steel Blue. HEX triplet: 48, 6F and BB. RGB value is (72,111,187). Sum of RGB (Red+Green+Blue) = 72+111+187=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #486FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FBB is #B79044. Grayscale: #6B6B6B. Windows color (decimal): -12030021 or 12283720. OLE color: 12283720.
HSL color Cylindrical-coordinate representation of color #486FBB: hue angle of 219.65º degrees, saturation: 0.46, 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 #486FBB is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 111 | 187 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.27 |
| HSL | 219.65º | 0.46% | 0.51% | - |
| HSV(B) | 219.65º | 0.61% | 0.73% | - |
| XYZ | 17.33 | 16.33 | 49.25 | - |
| YUV | 108 | 172.58 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 187 | 0.61 | 0.41 | 0 | 0.27 | 219.65 | 0.46 | 0.51 |
| Hex | 48 | 6F | BB | 3D | 29 | 0 | 1B | DC | 2E | 33 |
| Octal | 110 | 157 | 273 | 75 | 51 | 0 | 33 | 334 | 56 | 63 |
| Binary | 1001000 | 1101111 | 10111011 | 111101 | 101001 | 0 | 11011 | 11011100 | 101110 | 110011 |
Color Harmonies of #486FBB
Complementary color
Monochromatic Colors of #486FBB
Black with #486FBB
Text Example
Text Example
White with #486FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FBB; }
p { color: rgb(72,111,187); }
H1.HeaderClassName
{
color: #486FBB;
}
.AnyTagClassName
{
color: #486FBB;
}
</style>
background-color css
<style>
a { background-color: #486FBB; }
a { background-color: rgb(72,111,187); }
div.DivClassName
{
background-color: #486FBB;
}
.BgClassName
{
background-color: #486FBB;
}
</style>
border-color css
<style>
span { border-color: #486FBB; }
span { border-color: rgb(72,111,187); }
td.TdClassName
{
border-color: #486FBB;
}
.TagClassName
{
border-color: #486FBB;
}
</style>