Shades of Steel Blue #4D7DAC
Tints of Steel Blue #4D7DAC
RGB
CMYK
RGB Variations
Color information
#4D7DAC (or 0x4D7DAC) is known color: Steel Blue. HEX triplet: 4D, 7D and AC. RGB value is (77,125,172). Sum of RGB (Red+Green+Blue) = 77+125+172=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D7DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7DAC is #B28253. Grayscale: #737373. Windows color (decimal): -11698772 or 11304269. OLE color: 11304269.
HSL color Cylindrical-coordinate representation of color #4D7DAC: hue angle of 209.68º 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 #4D7DAC is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 125 | 172 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.33 |
| HSL | 209.68º | 0.38% | 0.49% | - |
| HSV(B) | 209.68º | 0.55% | 0.67% | - |
| XYZ | 17.84 | 19.22 | 41.8 | - |
| YUV | 116.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 172 | 0.55 | 0.27 | 0 | 0.33 | 209.68 | 0.38 | 0.49 |
| Hex | 4D | 7D | AC | 37 | 1B | 0 | 21 | D2 | 26 | 31 |
| Octal | 115 | 175 | 254 | 67 | 33 | 0 | 41 | 322 | 46 | 61 |
| Binary | 1001101 | 1111101 | 10101100 | 110111 | 11011 | 0 | 100001 | 11010010 | 100110 | 110001 |
Color Harmonies of #4D7DAC
Complementary color
Monochromatic Colors of #4D7DAC
Black with #4D7DAC
Text Example
Text Example
White with #4D7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7DAC; }
p { color: rgb(77,125,172); }
H1.HeaderClassName
{
color: #4D7DAC;
}
.AnyTagClassName
{
color: #4D7DAC;
}
</style>
background-color css
<style>
a { background-color: #4D7DAC; }
a { background-color: rgb(77,125,172); }
div.DivClassName
{
background-color: #4D7DAC;
}
.BgClassName
{
background-color: #4D7DAC;
}
</style>
border-color css
<style>
span { border-color: #4D7DAC; }
span { border-color: rgb(77,125,172); }
td.TdClassName
{
border-color: #4D7DAC;
}
.TagClassName
{
border-color: #4D7DAC;
}
</style>