Shades of Steel Blue #4077BC
Tints of Steel Blue #4077BC
RGB
CMYK
RGB Variations
Color information
#4077BC (or 0x4077BC) is known color: Steel Blue. HEX triplet: 40, 77 and BC. RGB value is (64,119,188). Sum of RGB (Red+Green+Blue) = 64+119+188=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #4077BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077BC is #BF8843. Grayscale: #6E6E6E. Windows color (decimal): -12552260 or 12351296. OLE color: 12351296.
HSL color Cylindrical-coordinate representation of color #4077BC: hue angle of 213.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4077BC is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 119 | 188 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.26 |
| HSL | 213.39º | 0.49% | 0.49% | - |
| HSV(B) | 213.39º | 0.66% | 0.74% | - |
| XYZ | 17.79 | 17.91 | 50.1 | - |
| YUV | 110.42 | 171.78 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 188 | 0.66 | 0.37 | 0 | 0.26 | 213.39 | 0.49 | 0.49 |
| Hex | 40 | 77 | BC | 42 | 25 | 0 | 1A | D5 | 31 | 31 |
| Octal | 100 | 167 | 274 | 102 | 45 | 0 | 32 | 325 | 61 | 61 |
| Binary | 1000000 | 1110111 | 10111100 | 1000010 | 100101 | 0 | 11010 | 11010101 | 110001 | 110001 |
Color Harmonies of #4077BC
Complementary color
Monochromatic Colors of #4077BC
Black with #4077BC
Text Example
Text Example
White with #4077BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4077BC; }
p { color: rgb(64,119,188); }
H1.HeaderClassName
{
color: #4077BC;
}
.AnyTagClassName
{
color: #4077BC;
}
</style>
background-color css
<style>
a { background-color: #4077BC; }
a { background-color: rgb(64,119,188); }
div.DivClassName
{
background-color: #4077BC;
}
.BgClassName
{
background-color: #4077BC;
}
</style>
border-color css
<style>
span { border-color: #4077BC; }
span { border-color: rgb(64,119,188); }
td.TdClassName
{
border-color: #4077BC;
}
.TagClassName
{
border-color: #4077BC;
}
</style>