Shades of Steel Blue #4476BC
Tints of Steel Blue #4476BC
RGB
CMYK
RGB Variations
Color information
#4476BC (or 0x4476BC) is known color: Steel Blue. HEX triplet: 44, 76 and BC. RGB value is (68,118,188). Sum of RGB (Red+Green+Blue) = 68+118+188=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #4476BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476BC is #BB8943. Grayscale: #6E6E6E. Windows color (decimal): -12290372 or 12351044. OLE color: 12351044.
HSL color Cylindrical-coordinate representation of color #4476BC: hue angle of 215º 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 #4476BC is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 118 | 188 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.26 |
| HSL | 215º | 0.47% | 0.5% | - |
| HSV(B) | 215º | 0.64% | 0.74% | - |
| XYZ | 17.94 | 17.82 | 50.07 | - |
| YUV | 111.03 | 171.44 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 188 | 0.64 | 0.37 | 0 | 0.26 | 215 | 0.47 | 0.5 |
| Hex | 44 | 76 | BC | 40 | 25 | 0 | 1A | D7 | 2F | 32 |
| Octal | 104 | 166 | 274 | 100 | 45 | 0 | 32 | 327 | 57 | 62 |
| Binary | 1000100 | 1110110 | 10111100 | 1000000 | 100101 | 0 | 11010 | 11010111 | 101111 | 110010 |
Color Harmonies of #4476BC
Complementary color
Monochromatic Colors of #4476BC
Black with #4476BC
Text Example
Text Example
White with #4476BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4476BC; }
p { color: rgb(68,118,188); }
H1.HeaderClassName
{
color: #4476BC;
}
.AnyTagClassName
{
color: #4476BC;
}
</style>
background-color css
<style>
a { background-color: #4476BC; }
a { background-color: rgb(68,118,188); }
div.DivClassName
{
background-color: #4476BC;
}
.BgClassName
{
background-color: #4476BC;
}
</style>
border-color css
<style>
span { border-color: #4476BC; }
span { border-color: rgb(68,118,188); }
td.TdClassName
{
border-color: #4476BC;
}
.TagClassName
{
border-color: #4476BC;
}
</style>