Shades of Steel Blue #4478BA
Tints of Steel Blue #4478BA
RGB
CMYK
RGB Variations
Color information
#4478BA (or 0x4478BA) is known color: Steel Blue. HEX triplet: 44, 78 and BA. RGB value is (68,120,186). Sum of RGB (Red+Green+Blue) = 68+120+186=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #4478BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4478BA is #BB8745. Grayscale: #6F6F6F. Windows color (decimal): -12289862 or 12220484. OLE color: 12220484.
HSL color Cylindrical-coordinate representation of color #4478BA: hue angle of 213.56º 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 #4478BA is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 120 | 186 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.27 |
| HSL | 213.56º | 0.46% | 0.5% | - |
| HSV(B) | 213.56º | 0.63% | 0.73% | - |
| XYZ | 17.96 | 18.21 | 49.02 | - |
| YUV | 111.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 120 | 186 | 0.63 | 0.35 | 0 | 0.27 | 213.56 | 0.46 | 0.5 |
| Hex | 44 | 78 | BA | 3F | 23 | 0 | 1B | D6 | 2E | 32 |
| Octal | 104 | 170 | 272 | 77 | 43 | 0 | 33 | 326 | 56 | 62 |
| Binary | 1000100 | 1111000 | 10111010 | 111111 | 100011 | 0 | 11011 | 11010110 | 101110 | 110010 |
Color Harmonies of #4478BA
Complementary color
Monochromatic Colors of #4478BA
Black with #4478BA
Text Example
Text Example
White with #4478BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4478BA; }
p { color: rgb(68,120,186); }
H1.HeaderClassName
{
color: #4478BA;
}
.AnyTagClassName
{
color: #4478BA;
}
</style>
background-color css
<style>
a { background-color: #4478BA; }
a { background-color: rgb(68,120,186); }
div.DivClassName
{
background-color: #4478BA;
}
.BgClassName
{
background-color: #4478BA;
}
</style>
border-color css
<style>
span { border-color: #4478BA; }
span { border-color: rgb(68,120,186); }
td.TdClassName
{
border-color: #4478BA;
}
.TagClassName
{
border-color: #4478BA;
}
</style>