Shades of Steel Blue #4579BD
Tints of Steel Blue #4579BD
RGB
CMYK
RGB Variations
Color information
#4579BD (or 0x4579BD) is known color: Steel Blue. HEX triplet: 45, 79 and BD. RGB value is (69,121,189). Sum of RGB (Red+Green+Blue) = 69+121+189=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #4579BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4579BD is #BA8642. Grayscale: #707070. Windows color (decimal): -12224067 or 12417349. OLE color: 12417349.
HSL color Cylindrical-coordinate representation of color #4579BD: hue angle of 214º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4579BD is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 121 | 189 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.26 |
| HSL | 214º | 0.48% | 0.51% | - |
| HSV(B) | 214º | 0.63% | 0.74% | - |
| XYZ | 18.48 | 18.61 | 50.76 | - |
| YUV | 113.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 121 | 189 | 0.63 | 0.36 | 0 | 0.26 | 214 | 0.48 | 0.51 |
| Hex | 45 | 79 | BD | 3F | 24 | 0 | 1A | D6 | 30 | 33 |
| Octal | 105 | 171 | 275 | 77 | 44 | 0 | 32 | 326 | 60 | 63 |
| Binary | 1000101 | 1111001 | 10111101 | 111111 | 100100 | 0 | 11010 | 11010110 | 110000 | 110011 |
Color Harmonies of #4579BD
Complementary color
Monochromatic Colors of #4579BD
Black with #4579BD
Text Example
Text Example
White with #4579BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4579BD; }
p { color: rgb(69,121,189); }
H1.HeaderClassName
{
color: #4579BD;
}
.AnyTagClassName
{
color: #4579BD;
}
</style>
background-color css
<style>
a { background-color: #4579BD; }
a { background-color: rgb(69,121,189); }
div.DivClassName
{
background-color: #4579BD;
}
.BgClassName
{
background-color: #4579BD;
}
</style>
border-color css
<style>
span { border-color: #4579BD; }
span { border-color: rgb(69,121,189); }
td.TdClassName
{
border-color: #4579BD;
}
.TagClassName
{
border-color: #4579BD;
}
</style>