Shades of Steel Blue #486FB8
Tints of Steel Blue #486FB8
RGB
CMYK
RGB Variations
Color information
#486FB8 (or 0x486FB8) is known color: Steel Blue. HEX triplet: 48, 6F and B8. RGB value is (72,111,184). Sum of RGB (Red+Green+Blue) = 72+111+184=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #486FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FB8 is #B79047. Grayscale: #6B6B6B. Windows color (decimal): -12030024 or 12087112. OLE color: 12087112.
HSL color Cylindrical-coordinate representation of color #486FB8: hue angle of 219.11º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #486FB8 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 111 | 184 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.28 |
| HSL | 219.11º | 0.44% | 0.5% | - |
| HSV(B) | 219.11º | 0.61% | 0.72% | - |
| XYZ | 17.01 | 16.21 | 47.58 | - |
| YUV | 107.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 184 | 0.61 | 0.40 | 0 | 0.28 | 219.11 | 0.44 | 0.5 |
| Hex | 48 | 6F | B8 | 3D | 28 | 0 | 1C | DB | 2C | 32 |
| Octal | 110 | 157 | 270 | 75 | 50 | 0 | 34 | 333 | 54 | 62 |
| Binary | 1001000 | 1101111 | 10111000 | 111101 | 101000 | 0 | 11100 | 11011011 | 101100 | 110010 |
Color Harmonies of #486FB8
Complementary color
Monochromatic Colors of #486FB8
Black with #486FB8
Text Example
Text Example
White with #486FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FB8; }
p { color: rgb(72,111,184); }
H1.HeaderClassName
{
color: #486FB8;
}
.AnyTagClassName
{
color: #486FB8;
}
</style>
background-color css
<style>
a { background-color: #486FB8; }
a { background-color: rgb(72,111,184); }
div.DivClassName
{
background-color: #486FB8;
}
.BgClassName
{
background-color: #486FB8;
}
</style>
border-color css
<style>
span { border-color: #486FB8; }
span { border-color: rgb(72,111,184); }
td.TdClassName
{
border-color: #486FB8;
}
.TagClassName
{
border-color: #486FB8;
}
</style>