Shades of Steel Blue #4D74B3
Tints of Steel Blue #4D74B3
RGB
CMYK
RGB Variations
Color information
#4D74B3 (or 0x4D74B3) is known color: Steel Blue. HEX triplet: 4D, 74 and B3. RGB value is (77,116,179). Sum of RGB (Red+Green+Blue) = 77+116+179=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #4D74B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D74B3 is #B28B4C. Grayscale: #6F6F6F. Windows color (decimal): -11701069 or 11760717. OLE color: 11760717.
HSL color Cylindrical-coordinate representation of color #4D74B3: hue angle of 217.06º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D74B3 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 116 | 179 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.30 |
| HSL | 217.06º | 0.4% | 0.5% | - |
| HSV(B) | 217.06º | 0.57% | 0.7% | - |
| XYZ | 17.44 | 17.32 | 45.07 | - |
| YUV | 111.52 | 166.08 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 179 | 0.57 | 0.35 | 0 | 0.30 | 217.06 | 0.4 | 0.5 |
| Hex | 4D | 74 | B3 | 39 | 23 | 0 | 1E | D9 | 28 | 32 |
| Octal | 115 | 164 | 263 | 71 | 43 | 0 | 36 | 331 | 50 | 62 |
| Binary | 1001101 | 1110100 | 10110011 | 111001 | 100011 | 0 | 11110 | 11011001 | 101000 | 110010 |
Color Harmonies of #4D74B3
Complementary color
Monochromatic Colors of #4D74B3
Black with #4D74B3
Text Example
Text Example
White with #4D74B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D74B3; }
p { color: rgb(77,116,179); }
H1.HeaderClassName
{
color: #4D74B3;
}
.AnyTagClassName
{
color: #4D74B3;
}
</style>
background-color css
<style>
a { background-color: #4D74B3; }
a { background-color: rgb(77,116,179); }
div.DivClassName
{
background-color: #4D74B3;
}
.BgClassName
{
background-color: #4D74B3;
}
</style>
border-color css
<style>
span { border-color: #4D74B3; }
span { border-color: rgb(77,116,179); }
td.TdClassName
{
border-color: #4D74B3;
}
.TagClassName
{
border-color: #4D74B3;
}
</style>