Shades of Steel Blue #4579BF
Tints of Steel Blue #4579BF
RGB
CMYK
RGB Variations
Color information
#4579BF (or 0x4579BF) is known color: Steel Blue. HEX triplet: 45, 79 and BF. RGB value is (69,121,191). Sum of RGB (Red+Green+Blue) = 69+121+191=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #4579BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4579BF is #BA8640. Grayscale: #717171. Windows color (decimal): -12224065 or 12548421. OLE color: 12548421.
HSL color Cylindrical-coordinate representation of color #4579BF: hue angle of 214.43º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4579BF is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 121 | 191 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.25 |
| HSL | 214.43º | 0.49% | 0.51% | - |
| HSV(B) | 214.43º | 0.64% | 0.75% | - |
| XYZ | 18.7 | 18.7 | 51.91 | - |
| YUV | 113.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 121 | 191 | 0.64 | 0.37 | 0 | 0.25 | 214.43 | 0.49 | 0.51 |
| Hex | 45 | 79 | BF | 40 | 25 | 0 | 19 | D6 | 31 | 33 |
| Octal | 105 | 171 | 277 | 100 | 45 | 0 | 31 | 326 | 61 | 63 |
| Binary | 1000101 | 1111001 | 10111111 | 1000000 | 100101 | 0 | 11001 | 11010110 | 110001 | 110011 |
Color Harmonies of #4579BF
Complementary color
Monochromatic Colors of #4579BF
Black with #4579BF
Text Example
Text Example
White with #4579BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4579BF; }
p { color: rgb(69,121,191); }
H1.HeaderClassName
{
color: #4579BF;
}
.AnyTagClassName
{
color: #4579BF;
}
</style>
background-color css
<style>
a { background-color: #4579BF; }
a { background-color: rgb(69,121,191); }
div.DivClassName
{
background-color: #4579BF;
}
.BgClassName
{
background-color: #4579BF;
}
</style>
border-color css
<style>
span { border-color: #4579BF; }
span { border-color: rgb(69,121,191); }
td.TdClassName
{
border-color: #4579BF;
}
.TagClassName
{
border-color: #4579BF;
}
</style>