Shades of Steel Blue #4478BD
Tints of Steel Blue #4478BD
RGB
CMYK
RGB Variations
Color information
#4478BD (or 0x4478BD) is known color: Steel Blue. HEX triplet: 44, 78 and BD. RGB value is (68,120,189). Sum of RGB (Red+Green+Blue) = 68+120+189=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #4478BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4478BD is #BB8742. Grayscale: #6F6F6F. Windows color (decimal): -12289859 or 12417092. OLE color: 12417092.
HSL color Cylindrical-coordinate representation of color #4478BD: hue angle of 214.21º degrees, saturation: 0.48, 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 #4478BD is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 120 | 189 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.26 |
| HSL | 214.21º | 0.48% | 0.5% | - |
| HSV(B) | 214.21º | 0.64% | 0.74% | - |
| XYZ | 18.29 | 18.34 | 50.72 | - |
| YUV | 112.32 | 171.27 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 120 | 189 | 0.64 | 0.37 | 0 | 0.26 | 214.21 | 0.48 | 0.5 |
| Hex | 44 | 78 | BD | 40 | 25 | 0 | 1A | D6 | 30 | 32 |
| Octal | 104 | 170 | 275 | 100 | 45 | 0 | 32 | 326 | 60 | 62 |
| Binary | 1000100 | 1111000 | 10111101 | 1000000 | 100101 | 0 | 11010 | 11010110 | 110000 | 110010 |
Color Harmonies of #4478BD
Complementary color
Monochromatic Colors of #4478BD
Black with #4478BD
Text Example
Text Example
White with #4478BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4478BD; }
p { color: rgb(68,120,189); }
H1.HeaderClassName
{
color: #4478BD;
}
.AnyTagClassName
{
color: #4478BD;
}
</style>
background-color css
<style>
a { background-color: #4478BD; }
a { background-color: rgb(68,120,189); }
div.DivClassName
{
background-color: #4478BD;
}
.BgClassName
{
background-color: #4478BD;
}
</style>
border-color css
<style>
span { border-color: #4478BD; }
span { border-color: rgb(68,120,189); }
td.TdClassName
{
border-color: #4478BD;
}
.TagClassName
{
border-color: #4478BD;
}
</style>