Shades of Steel Blue #4574BA
Tints of Steel Blue #4574BA
RGB
CMYK
RGB Variations
Color information
#4574BA (or 0x4574BA) is known color: Steel Blue. HEX triplet: 45, 74 and BA. RGB value is (69,116,186). Sum of RGB (Red+Green+Blue) = 69+116+186=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4574BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574BA is #BA8B45. Grayscale: #6D6D6D. Windows color (decimal): -12225350 or 12219461. OLE color: 12219461.
HSL color Cylindrical-coordinate representation of color #4574BA: hue angle of 215.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4574BA is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 116 | 186 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.27 |
| HSL | 215.9º | 0.46% | 0.5% | - |
| HSV(B) | 215.9º | 0.63% | 0.73% | - |
| XYZ | 17.56 | 17.3 | 48.87 | - |
| YUV | 109.93 | 170.93 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 186 | 0.63 | 0.38 | 0 | 0.27 | 215.9 | 0.46 | 0.5 |
| Hex | 45 | 74 | BA | 3F | 26 | 0 | 1B | D8 | 2E | 32 |
| Octal | 105 | 164 | 272 | 77 | 46 | 0 | 33 | 330 | 56 | 62 |
| Binary | 1000101 | 1110100 | 10111010 | 111111 | 100110 | 0 | 11011 | 11011000 | 101110 | 110010 |
Color Harmonies of #4574BA
Complementary color
Monochromatic Colors of #4574BA
Black with #4574BA
Text Example
Text Example
White with #4574BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4574BA; }
p { color: rgb(69,116,186); }
H1.HeaderClassName
{
color: #4574BA;
}
.AnyTagClassName
{
color: #4574BA;
}
</style>
background-color css
<style>
a { background-color: #4574BA; }
a { background-color: rgb(69,116,186); }
div.DivClassName
{
background-color: #4574BA;
}
.BgClassName
{
background-color: #4574BA;
}
</style>
border-color css
<style>
span { border-color: #4574BA; }
span { border-color: rgb(69,116,186); }
td.TdClassName
{
border-color: #4574BA;
}
.TagClassName
{
border-color: #4574BA;
}
</style>