Shades of Steel Blue #4484B0
Tints of Steel Blue #4484B0
RGB
CMYK
RGB Variations
Color information
#4484B0 (or 0x4484B0) is known color: Steel Blue. HEX triplet: 44, 84 and B0. RGB value is (68,132,176). Sum of RGB (Red+Green+Blue) = 68+132+176=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 176 - color contains mainly: blue. Hex color #4484B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4484B0 is #BB7B4F. Grayscale: #757575. Windows color (decimal): -12286800 or 11568196. OLE color: 11568196.
HSL color Cylindrical-coordinate representation of color #4484B0: hue angle of 204.44º 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 #4484B0 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 132 | 176 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.31 |
| HSL | 204.44º | 0.44% | 0.48% | - |
| HSV(B) | 204.44º | 0.61% | 0.69% | - |
| XYZ | 18.47 | 20.87 | 44.13 | - |
| YUV | 117.88 | 160.8 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 176 | 0.61 | 0.25 | 0 | 0.31 | 204.44 | 0.44 | 0.48 |
| Hex | 44 | 84 | B0 | 3D | 19 | 0 | 1F | CC | 2C | 30 |
| Octal | 104 | 204 | 260 | 75 | 31 | 0 | 37 | 314 | 54 | 60 |
| Binary | 1000100 | 10000100 | 10110000 | 111101 | 11001 | 0 | 11111 | 11001100 | 101100 | 110000 |
Color Harmonies of #4484B0
Complementary color
Monochromatic Colors of #4484B0
Black with #4484B0
Text Example
Text Example
White with #4484B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4484B0; }
p { color: rgb(68,132,176); }
H1.HeaderClassName
{
color: #4484B0;
}
.AnyTagClassName
{
color: #4484B0;
}
</style>
background-color css
<style>
a { background-color: #4484B0; }
a { background-color: rgb(68,132,176); }
div.DivClassName
{
background-color: #4484B0;
}
.BgClassName
{
background-color: #4484B0;
}
</style>
border-color css
<style>
span { border-color: #4484B0; }
span { border-color: rgb(68,132,176); }
td.TdClassName
{
border-color: #4484B0;
}
.TagClassName
{
border-color: #4484B0;
}
</style>