Shades of Steel Blue #4A7DBB
Tints of Steel Blue #4A7DBB
RGB
CMYK
RGB Variations
Color information
#4A7DBB (or 0x4A7DBB) is known color: Steel Blue. HEX triplet: 4A, 7D and BB. RGB value is (74,125,187). Sum of RGB (Red+Green+Blue) = 74+125+187=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A7DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7DBB is #B58244. Grayscale: #747474. Windows color (decimal): -11895365 or 12287306. OLE color: 12287306.
HSL color Cylindrical-coordinate representation of color #4A7DBB: hue angle of 212.92º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A7DBB is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 125 | 187 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.27 |
| HSL | 212.92º | 0.45% | 0.51% | - |
| HSV(B) | 212.92º | 0.6% | 0.73% | - |
| XYZ | 19.13 | 19.71 | 49.81 | - |
| YUV | 116.82 | 167.6 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 125 | 187 | 0.60 | 0.33 | 0 | 0.27 | 212.92 | 0.45 | 0.51 |
| Hex | 4A | 7D | BB | 3C | 21 | 0 | 1B | D5 | 2D | 33 |
| Octal | 112 | 175 | 273 | 74 | 41 | 0 | 33 | 325 | 55 | 63 |
| Binary | 1001010 | 1111101 | 10111011 | 111100 | 100001 | 0 | 11011 | 11010101 | 101101 | 110011 |
Color Harmonies of #4A7DBB
Complementary color
Monochromatic Colors of #4A7DBB
Black with #4A7DBB
Text Example
Text Example
White with #4A7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7DBB; }
p { color: rgb(74,125,187); }
H1.HeaderClassName
{
color: #4A7DBB;
}
.AnyTagClassName
{
color: #4A7DBB;
}
</style>
background-color css
<style>
a { background-color: #4A7DBB; }
a { background-color: rgb(74,125,187); }
div.DivClassName
{
background-color: #4A7DBB;
}
.BgClassName
{
background-color: #4A7DBB;
}
</style>
border-color css
<style>
span { border-color: #4A7DBB; }
span { border-color: rgb(74,125,187); }
td.TdClassName
{
border-color: #4A7DBB;
}
.TagClassName
{
border-color: #4A7DBB;
}
</style>