Shades of Steel Blue #4A7BBA
Tints of Steel Blue #4A7BBA
RGB
CMYK
RGB Variations
Color information
#4A7BBA (or 0x4A7BBA) is known color: Steel Blue. HEX triplet: 4A, 7B and BA. RGB value is (74,123,186). Sum of RGB (Red+Green+Blue) = 74+123+186=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A7BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7BBA is #B58445. Grayscale: #737373. Windows color (decimal): -11895878 or 12221258. OLE color: 12221258.
HSL color Cylindrical-coordinate representation of color #4A7BBA: hue angle of 213.75º 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 #4A7BBA is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 123 | 186 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.27 |
| HSL | 213.75º | 0.45% | 0.51% | - |
| HSV(B) | 213.75º | 0.6% | 0.73% | - |
| XYZ | 18.77 | 19.17 | 49.16 | - |
| YUV | 115.53 | 167.77 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 123 | 186 | 0.60 | 0.34 | 0 | 0.27 | 213.75 | 0.45 | 0.51 |
| Hex | 4A | 7B | BA | 3C | 22 | 0 | 1B | D6 | 2D | 33 |
| Octal | 112 | 173 | 272 | 74 | 42 | 0 | 33 | 326 | 55 | 63 |
| Binary | 1001010 | 1111011 | 10111010 | 111100 | 100010 | 0 | 11011 | 11010110 | 101101 | 110011 |
Color Harmonies of #4A7BBA
Complementary color
Monochromatic Colors of #4A7BBA
Black with #4A7BBA
Text Example
Text Example
White with #4A7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7BBA; }
p { color: rgb(74,123,186); }
H1.HeaderClassName
{
color: #4A7BBA;
}
.AnyTagClassName
{
color: #4A7BBA;
}
</style>
background-color css
<style>
a { background-color: #4A7BBA; }
a { background-color: rgb(74,123,186); }
div.DivClassName
{
background-color: #4A7BBA;
}
.BgClassName
{
background-color: #4A7BBA;
}
</style>
border-color css
<style>
span { border-color: #4A7BBA; }
span { border-color: rgb(74,123,186); }
td.TdClassName
{
border-color: #4A7BBA;
}
.TagClassName
{
border-color: #4A7BBA;
}
</style>