Shades of Steel Blue #4D78AC
Tints of Steel Blue #4D78AC
RGB
CMYK
RGB Variations
Color information
#4D78AC (or 0x4D78AC) is known color: Steel Blue. HEX triplet: 4D, 78 and AC. RGB value is (77,120,172). Sum of RGB (Red+Green+Blue) = 77+120+172=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D78AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D78AC is #B28753. Grayscale: #707070. Windows color (decimal): -11700052 or 11302989. OLE color: 11302989.
HSL color Cylindrical-coordinate representation of color #4D78AC: hue angle of 212.84º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D78AC is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 120 | 172 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.33 |
| HSL | 212.84º | 0.38% | 0.49% | - |
| HSV(B) | 212.84º | 0.55% | 0.67% | - |
| XYZ | 17.22 | 17.99 | 41.59 | - |
| YUV | 113.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 172 | 0.55 | 0.30 | 0 | 0.33 | 212.84 | 0.38 | 0.49 |
| Hex | 4D | 78 | AC | 37 | 1E | 0 | 21 | D5 | 26 | 31 |
| Octal | 115 | 170 | 254 | 67 | 36 | 0 | 41 | 325 | 46 | 61 |
| Binary | 1001101 | 1111000 | 10101100 | 110111 | 11110 | 0 | 100001 | 11010101 | 100110 | 110001 |
Color Harmonies of #4D78AC
Complementary color
Monochromatic Colors of #4D78AC
Black with #4D78AC
Text Example
Text Example
White with #4D78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D78AC; }
p { color: rgb(77,120,172); }
H1.HeaderClassName
{
color: #4D78AC;
}
.AnyTagClassName
{
color: #4D78AC;
}
</style>
background-color css
<style>
a { background-color: #4D78AC; }
a { background-color: rgb(77,120,172); }
div.DivClassName
{
background-color: #4D78AC;
}
.BgClassName
{
background-color: #4D78AC;
}
</style>
border-color css
<style>
span { border-color: #4D78AC; }
span { border-color: rgb(77,120,172); }
td.TdClassName
{
border-color: #4D78AC;
}
.TagClassName
{
border-color: #4D78AC;
}
</style>