Shades of Steel Blue #4487B7
Tints of Steel Blue #4487B7
RGB
CMYK
RGB Variations
Color information
#4487B7 (or 0x4487B7) is known color: Steel Blue. HEX triplet: 44, 87 and B7. RGB value is (68,135,183). Sum of RGB (Red+Green+Blue) = 68+135+183=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #4487B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4487B7 is #BB7848. Grayscale: #787878. Windows color (decimal): -12286025 or 12027716. OLE color: 12027716.
HSL color Cylindrical-coordinate representation of color #4487B7: hue angle of 205.04º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4487B7 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 135 | 183 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.28 |
| HSL | 205.04º | 0.46% | 0.49% | - |
| HSV(B) | 205.04º | 0.63% | 0.72% | - |
| XYZ | 19.6 | 21.98 | 48.01 | - |
| YUV | 120.44 | 163.3 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 183 | 0.63 | 0.26 | 0 | 0.28 | 205.04 | 0.46 | 0.49 |
| Hex | 44 | 87 | B7 | 3F | 1A | 0 | 1C | CD | 2E | 31 |
| Octal | 104 | 207 | 267 | 77 | 32 | 0 | 34 | 315 | 56 | 61 |
| Binary | 1000100 | 10000111 | 10110111 | 111111 | 11010 | 0 | 11100 | 11001101 | 101110 | 110001 |
Color Harmonies of #4487B7
Complementary color
Monochromatic Colors of #4487B7
Black with #4487B7
Text Example
Text Example
White with #4487B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4487B7; }
p { color: rgb(68,135,183); }
H1.HeaderClassName
{
color: #4487B7;
}
.AnyTagClassName
{
color: #4487B7;
}
</style>
background-color css
<style>
a { background-color: #4487B7; }
a { background-color: rgb(68,135,183); }
div.DivClassName
{
background-color: #4487B7;
}
.BgClassName
{
background-color: #4487B7;
}
</style>
border-color css
<style>
span { border-color: #4487B7; }
span { border-color: rgb(68,135,183); }
td.TdClassName
{
border-color: #4487B7;
}
.TagClassName
{
border-color: #4487B7;
}
</style>