Shades of Steel Blue #4886AF
Tints of Steel Blue #4886AF
RGB
CMYK
RGB Variations
Color information
#4886AF (or 0x4886AF) is known color: Steel Blue. HEX triplet: 48, 86 and AF. RGB value is (72,134,175). Sum of RGB (Red+Green+Blue) = 72+134+175=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #4886AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4886AF is #B77950. Grayscale: #777777. Windows color (decimal): -12024145 or 11503176. OLE color: 11503176.
HSL color Cylindrical-coordinate representation of color #4886AF: hue angle of 203.88º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4886AF is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 134 | 175 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.31 |
| HSL | 203.88º | 0.42% | 0.48% | - |
| HSV(B) | 203.88º | 0.59% | 0.69% | - |
| XYZ | 18.94 | 21.52 | 43.71 | - |
| YUV | 120.14 | 158.96 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 175 | 0.59 | 0.23 | 0 | 0.31 | 203.88 | 0.42 | 0.48 |
| Hex | 48 | 86 | AF | 3B | 17 | 0 | 1F | CC | 2A | 30 |
| Octal | 110 | 206 | 257 | 73 | 27 | 0 | 37 | 314 | 52 | 60 |
| Binary | 1001000 | 10000110 | 10101111 | 111011 | 10111 | 0 | 11111 | 11001100 | 101010 | 110000 |
Color Harmonies of #4886AF
Complementary color
Monochromatic Colors of #4886AF
Black with #4886AF
Text Example
Text Example
White with #4886AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4886AF; }
p { color: rgb(72,134,175); }
H1.HeaderClassName
{
color: #4886AF;
}
.AnyTagClassName
{
color: #4886AF;
}
</style>
background-color css
<style>
a { background-color: #4886AF; }
a { background-color: rgb(72,134,175); }
div.DivClassName
{
background-color: #4886AF;
}
.BgClassName
{
background-color: #4886AF;
}
</style>
border-color css
<style>
span { border-color: #4886AF; }
span { border-color: rgb(72,134,175); }
td.TdClassName
{
border-color: #4886AF;
}
.TagClassName
{
border-color: #4886AF;
}
</style>