Shades of Steel Blue #4476BF
Tints of Steel Blue #4476BF
RGB
CMYK
RGB Variations
Color information
#4476BF (or 0x4476BF) is known color: Steel Blue. HEX triplet: 44, 76 and BF. RGB value is (68,118,191). Sum of RGB (Red+Green+Blue) = 68+118+191=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #4476BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476BF is #BB8940. Grayscale: #6F6F6F. Windows color (decimal): -12290369 or 12547652. OLE color: 12547652.
HSL color Cylindrical-coordinate representation of color #4476BF: hue angle of 215.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4476BF is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 118 | 191 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.25 |
| HSL | 215.61º | 0.49% | 0.51% | - |
| HSV(B) | 215.61º | 0.64% | 0.75% | - |
| XYZ | 18.27 | 17.95 | 51.79 | - |
| YUV | 111.37 | 172.94 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 191 | 0.64 | 0.38 | 0 | 0.25 | 215.61 | 0.49 | 0.51 |
| Hex | 44 | 76 | BF | 40 | 26 | 0 | 19 | D8 | 31 | 33 |
| Octal | 104 | 166 | 277 | 100 | 46 | 0 | 31 | 330 | 61 | 63 |
| Binary | 1000100 | 1110110 | 10111111 | 1000000 | 100110 | 0 | 11001 | 11011000 | 110001 | 110011 |
Color Harmonies of #4476BF
Complementary color
Monochromatic Colors of #4476BF
Black with #4476BF
Text Example
Text Example
White with #4476BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4476BF; }
p { color: rgb(68,118,191); }
H1.HeaderClassName
{
color: #4476BF;
}
.AnyTagClassName
{
color: #4476BF;
}
</style>
background-color css
<style>
a { background-color: #4476BF; }
a { background-color: rgb(68,118,191); }
div.DivClassName
{
background-color: #4476BF;
}
.BgClassName
{
background-color: #4476BF;
}
</style>
border-color css
<style>
span { border-color: #4476BF; }
span { border-color: rgb(68,118,191); }
td.TdClassName
{
border-color: #4476BF;
}
.TagClassName
{
border-color: #4476BF;
}
</style>