Shades of Steel Blue #4474BA
Tints of Steel Blue #4474BA
RGB
CMYK
RGB Variations
Color information
#4474BA (or 0x4474BA) is known color: Steel Blue. HEX triplet: 44, 74 and BA. RGB value is (68,116,186). Sum of RGB (Red+Green+Blue) = 68+116+186=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #4474BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474BA is #BB8B45. Grayscale: #6D6D6D. Windows color (decimal): -12290886 or 12219460. OLE color: 12219460.
HSL color Cylindrical-coordinate representation of color #4474BA: hue angle of 215.59º 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 #4474BA is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 116 | 186 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.27 |
| HSL | 215.59º | 0.46% | 0.5% | - |
| HSV(B) | 215.59º | 0.63% | 0.73% | - |
| XYZ | 17.49 | 17.26 | 48.86 | - |
| YUV | 109.63 | 171.1 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 186 | 0.63 | 0.38 | 0 | 0.27 | 215.59 | 0.46 | 0.5 |
| Hex | 44 | 74 | BA | 3F | 26 | 0 | 1B | D8 | 2E | 32 |
| Octal | 104 | 164 | 272 | 77 | 46 | 0 | 33 | 330 | 56 | 62 |
| Binary | 1000100 | 1110100 | 10111010 | 111111 | 100110 | 0 | 11011 | 11011000 | 101110 | 110010 |
Color Harmonies of #4474BA
Complementary color
Monochromatic Colors of #4474BA
Black with #4474BA
Text Example
Text Example
White with #4474BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4474BA; }
p { color: rgb(68,116,186); }
H1.HeaderClassName
{
color: #4474BA;
}
.AnyTagClassName
{
color: #4474BA;
}
</style>
background-color css
<style>
a { background-color: #4474BA; }
a { background-color: rgb(68,116,186); }
div.DivClassName
{
background-color: #4474BA;
}
.BgClassName
{
background-color: #4474BA;
}
</style>
border-color css
<style>
span { border-color: #4474BA; }
span { border-color: rgb(68,116,186); }
td.TdClassName
{
border-color: #4474BA;
}
.TagClassName
{
border-color: #4474BA;
}
</style>