Shades of Steel Blue #4478BC
Tints of Steel Blue #4478BC
RGB
CMYK
RGB Variations
Color information
#4478BC (or 0x4478BC) is known color: Steel Blue. HEX triplet: 44, 78 and BC. RGB value is (68,120,188). Sum of RGB (Red+Green+Blue) = 68+120+188=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #4478BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4478BC is #BB8743. Grayscale: #6F6F6F. Windows color (decimal): -12289860 or 12351556. OLE color: 12351556.
HSL color Cylindrical-coordinate representation of color #4478BC: hue angle of 214º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4478BC is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 120 | 188 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.26 |
| HSL | 214º | 0.47% | 0.5% | - |
| HSV(B) | 214º | 0.64% | 0.74% | - |
| XYZ | 18.18 | 18.29 | 50.15 | - |
| YUV | 112.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 120 | 188 | 0.64 | 0.36 | 0 | 0.26 | 214 | 0.47 | 0.5 |
| Hex | 44 | 78 | BC | 40 | 24 | 0 | 1A | D6 | 2F | 32 |
| Octal | 104 | 170 | 274 | 100 | 44 | 0 | 32 | 326 | 57 | 62 |
| Binary | 1000100 | 1111000 | 10111100 | 1000000 | 100100 | 0 | 11010 | 11010110 | 101111 | 110010 |
Color Harmonies of #4478BC
Complementary color
Monochromatic Colors of #4478BC
Black with #4478BC
Text Example
Text Example
White with #4478BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4478BC; }
p { color: rgb(68,120,188); }
H1.HeaderClassName
{
color: #4478BC;
}
.AnyTagClassName
{
color: #4478BC;
}
</style>
background-color css
<style>
a { background-color: #4478BC; }
a { background-color: rgb(68,120,188); }
div.DivClassName
{
background-color: #4478BC;
}
.BgClassName
{
background-color: #4478BC;
}
</style>
border-color css
<style>
span { border-color: #4478BC; }
span { border-color: rgb(68,120,188); }
td.TdClassName
{
border-color: #4478BC;
}
.TagClassName
{
border-color: #4478BC;
}
</style>