Shades of Steel Blue #4578A3
Tints of Steel Blue #4578A3
RGB
CMYK
RGB Variations
Color information
#4578A3 (or 0x4578A3) is known color: Steel Blue. HEX triplet: 45, 78 and A3. RGB value is (69,120,163). Sum of RGB (Red+Green+Blue) = 69+120+163=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 163 - color contains mainly: blue. Hex color #4578A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4578A3 is #BA875C. Grayscale: #6D6D6D. Windows color (decimal): -12224349 or 10713157. OLE color: 10713157.
HSL color Cylindrical-coordinate representation of color #4578A3: hue angle of 207.45º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4578A3 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 120 | 163 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.36 |
| HSL | 207.45º | 0.41% | 0.45% | - |
| HSV(B) | 207.45º | 0.58% | 0.64% | - |
| XYZ | 15.78 | 17.34 | 37.17 | - |
| YUV | 109.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 163 | 0.58 | 0.26 | 0 | 0.36 | 207.45 | 0.41 | 0.45 |
| Hex | 45 | 78 | A3 | 3A | 1A | 0 | 24 | CF | 29 | 2D |
| Octal | 105 | 170 | 243 | 72 | 32 | 0 | 44 | 317 | 51 | 55 |
| Binary | 1000101 | 1111000 | 10100011 | 111010 | 11010 | 0 | 100100 | 11001111 | 101001 | 101101 |
Color Harmonies of #4578A3
Complementary color
Monochromatic Colors of #4578A3
Black with #4578A3
Text Example
Text Example
White with #4578A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4578A3; }
p { color: rgb(69,120,163); }
H1.HeaderClassName
{
color: #4578A3;
}
.AnyTagClassName
{
color: #4578A3;
}
</style>
background-color css
<style>
a { background-color: #4578A3; }
a { background-color: rgb(69,120,163); }
div.DivClassName
{
background-color: #4578A3;
}
.BgClassName
{
background-color: #4578A3;
}
</style>
border-color css
<style>
span { border-color: #4578A3; }
span { border-color: rgb(69,120,163); }
td.TdClassName
{
border-color: #4578A3;
}
.TagClassName
{
border-color: #4578A3;
}
</style>