Shades of Steel Blue #4484BB
Tints of Steel Blue #4484BB
RGB
CMYK
RGB Variations
Color information
#4484BB (or 0x4484BB) is known color: Steel Blue. HEX triplet: 44, 84 and BB. RGB value is (68,132,187). Sum of RGB (Red+Green+Blue) = 68+132+187=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #4484BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4484BB is #BB7B44. Grayscale: #767676. Windows color (decimal): -12286789 or 12289092. OLE color: 12289092.
HSL color Cylindrical-coordinate representation of color #4484BB: hue angle of 207.73º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4484BB is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 132 | 187 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.27 |
| HSL | 207.73º | 0.47% | 0.5% | - |
| HSV(B) | 207.73º | 0.64% | 0.73% | - |
| XYZ | 19.6 | 21.32 | 50.1 | - |
| YUV | 119.13 | 166.3 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 187 | 0.64 | 0.29 | 0 | 0.27 | 207.73 | 0.47 | 0.5 |
| Hex | 44 | 84 | BB | 40 | 1D | 0 | 1B | D0 | 2F | 32 |
| Octal | 104 | 204 | 273 | 100 | 35 | 0 | 33 | 320 | 57 | 62 |
| Binary | 1000100 | 10000100 | 10111011 | 1000000 | 11101 | 0 | 11011 | 11010000 | 101111 | 110010 |
Color Harmonies of #4484BB
Complementary color
Monochromatic Colors of #4484BB
Black with #4484BB
Text Example
Text Example
White with #4484BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4484BB; }
p { color: rgb(68,132,187); }
H1.HeaderClassName
{
color: #4484BB;
}
.AnyTagClassName
{
color: #4484BB;
}
</style>
background-color css
<style>
a { background-color: #4484BB; }
a { background-color: rgb(68,132,187); }
div.DivClassName
{
background-color: #4484BB;
}
.BgClassName
{
background-color: #4484BB;
}
</style>
border-color css
<style>
span { border-color: #4484BB; }
span { border-color: rgb(68,132,187); }
td.TdClassName
{
border-color: #4484BB;
}
.TagClassName
{
border-color: #4484BB;
}
</style>