Shades of Steel Blue #4486B0
Tints of Steel Blue #4486B0
RGB
CMYK
RGB Variations
Color information
#4486B0 (or 0x4486B0) is known color: Steel Blue. HEX triplet: 44, 86 and B0. RGB value is (68,134,176). Sum of RGB (Red+Green+Blue) = 68+134+176=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 176 - color contains mainly: blue. Hex color #4486B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4486B0 is #BB794F. Grayscale: #767676. Windows color (decimal): -12286288 or 11568708. OLE color: 11568708.
HSL color Cylindrical-coordinate representation of color #4486B0: hue angle of 203.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4486B0 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 134 | 176 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.31 |
| HSL | 203.33º | 0.44% | 0.48% | - |
| HSV(B) | 203.33º | 0.61% | 0.69% | - |
| XYZ | 18.75 | 21.41 | 44.22 | - |
| YUV | 119.05 | 160.13 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 176 | 0.61 | 0.24 | 0 | 0.31 | 203.33 | 0.44 | 0.48 |
| Hex | 44 | 86 | B0 | 3D | 18 | 0 | 1F | CB | 2C | 30 |
| Octal | 104 | 206 | 260 | 75 | 30 | 0 | 37 | 313 | 54 | 60 |
| Binary | 1000100 | 10000110 | 10110000 | 111101 | 11000 | 0 | 11111 | 11001011 | 101100 | 110000 |
Color Harmonies of #4486B0
Complementary color
Monochromatic Colors of #4486B0
Black with #4486B0
Text Example
Text Example
White with #4486B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4486B0; }
p { color: rgb(68,134,176); }
H1.HeaderClassName
{
color: #4486B0;
}
.AnyTagClassName
{
color: #4486B0;
}
</style>
background-color css
<style>
a { background-color: #4486B0; }
a { background-color: rgb(68,134,176); }
div.DivClassName
{
background-color: #4486B0;
}
.BgClassName
{
background-color: #4486B0;
}
</style>
border-color css
<style>
span { border-color: #4486B0; }
span { border-color: rgb(68,134,176); }
td.TdClassName
{
border-color: #4486B0;
}
.TagClassName
{
border-color: #4486B0;
}
</style>