Shades of Steel Blue #4A7BBB
Tints of Steel Blue #4A7BBB
RGB
CMYK
RGB Variations
Color information
#4A7BBB (or 0x4A7BBB) is known color: Steel Blue. HEX triplet: 4A, 7B and BB. RGB value is (74,123,187). Sum of RGB (Red+Green+Blue) = 74+123+187=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A7BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7BBB is #B58444. Grayscale: #737373. Windows color (decimal): -11895877 or 12286794. OLE color: 12286794.
HSL color Cylindrical-coordinate representation of color #4A7BBB: hue angle of 213.98º 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 #4A7BBB is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 123 | 187 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.27 |
| HSL | 213.98º | 0.45% | 0.51% | - |
| HSV(B) | 213.98º | 0.6% | 0.73% | - |
| XYZ | 18.88 | 19.21 | 49.73 | - |
| YUV | 115.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 123 | 187 | 0.60 | 0.34 | 0 | 0.27 | 213.98 | 0.45 | 0.51 |
| Hex | 4A | 7B | BB | 3C | 22 | 0 | 1B | D6 | 2D | 33 |
| Octal | 112 | 173 | 273 | 74 | 42 | 0 | 33 | 326 | 55 | 63 |
| Binary | 1001010 | 1111011 | 10111011 | 111100 | 100010 | 0 | 11011 | 11010110 | 101101 | 110011 |
Color Harmonies of #4A7BBB
Complementary color
Monochromatic Colors of #4A7BBB
Black with #4A7BBB
Text Example
Text Example
White with #4A7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7BBB; }
p { color: rgb(74,123,187); }
H1.HeaderClassName
{
color: #4A7BBB;
}
.AnyTagClassName
{
color: #4A7BBB;
}
</style>
background-color css
<style>
a { background-color: #4A7BBB; }
a { background-color: rgb(74,123,187); }
div.DivClassName
{
background-color: #4A7BBB;
}
.BgClassName
{
background-color: #4A7BBB;
}
</style>
border-color css
<style>
span { border-color: #4A7BBB; }
span { border-color: rgb(74,123,187); }
td.TdClassName
{
border-color: #4A7BBB;
}
.TagClassName
{
border-color: #4A7BBB;
}
</style>