Shades of Steel Blue #4678BC
Tints of Steel Blue #4678BC
RGB
CMYK
RGB Variations
Color information
#4678BC (or 0x4678BC) is known color: Steel Blue. HEX triplet: 46, 78 and BC. RGB value is (70,120,188). Sum of RGB (Red+Green+Blue) = 70+120+188=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #4678BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4678BC is #B98743. Grayscale: #707070. Windows color (decimal): -12158788 or 12351558. OLE color: 12351558.
HSL color Cylindrical-coordinate representation of color #4678BC: hue angle of 214.58º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4678BC is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 120 | 188 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.26 |
| HSL | 214.58º | 0.47% | 0.51% | - |
| HSV(B) | 214.58º | 0.63% | 0.74% | - |
| XYZ | 18.32 | 18.37 | 50.16 | - |
| YUV | 112.8 | 170.44 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 188 | 0.63 | 0.36 | 0 | 0.26 | 214.58 | 0.47 | 0.51 |
| Hex | 46 | 78 | BC | 3F | 24 | 0 | 1A | D7 | 2F | 33 |
| Octal | 106 | 170 | 274 | 77 | 44 | 0 | 32 | 327 | 57 | 63 |
| Binary | 1000110 | 1111000 | 10111100 | 111111 | 100100 | 0 | 11010 | 11010111 | 101111 | 110011 |
Color Harmonies of #4678BC
Complementary color
Monochromatic Colors of #4678BC
Black with #4678BC
Text Example
Text Example
White with #4678BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4678BC; }
p { color: rgb(70,120,188); }
H1.HeaderClassName
{
color: #4678BC;
}
.AnyTagClassName
{
color: #4678BC;
}
</style>
background-color css
<style>
a { background-color: #4678BC; }
a { background-color: rgb(70,120,188); }
div.DivClassName
{
background-color: #4678BC;
}
.BgClassName
{
background-color: #4678BC;
}
</style>
border-color css
<style>
span { border-color: #4678BC; }
span { border-color: rgb(70,120,188); }
td.TdClassName
{
border-color: #4678BC;
}
.TagClassName
{
border-color: #4678BC;
}
</style>