Shades of Steel Blue #4B7DBA
Tints of Steel Blue #4B7DBA
RGB
CMYK
RGB Variations
Color information
#4B7DBA (or 0x4B7DBA) is known color: Steel Blue. HEX triplet: 4B, 7D and BA. RGB value is (75,125,186). Sum of RGB (Red+Green+Blue) = 75+125+186=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B7DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7DBA is #B48245. Grayscale: #747474. Windows color (decimal): -11829830 or 12221771. OLE color: 12221771.
HSL color Cylindrical-coordinate representation of color #4B7DBA: hue angle of 212.97º 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 #4B7DBA is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 125 | 186 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.27 |
| HSL | 212.97º | 0.45% | 0.51% | - |
| HSV(B) | 212.97º | 0.6% | 0.73% | - |
| XYZ | 19.1 | 19.71 | 49.25 | - |
| YUV | 117 | 166.94 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 125 | 186 | 0.60 | 0.33 | 0 | 0.27 | 212.97 | 0.45 | 0.51 |
| Hex | 4B | 7D | BA | 3C | 21 | 0 | 1B | D5 | 2D | 33 |
| Octal | 113 | 175 | 272 | 74 | 41 | 0 | 33 | 325 | 55 | 63 |
| Binary | 1001011 | 1111101 | 10111010 | 111100 | 100001 | 0 | 11011 | 11010101 | 101101 | 110011 |
Color Harmonies of #4B7DBA
Complementary color
Monochromatic Colors of #4B7DBA
Black with #4B7DBA
Text Example
Text Example
White with #4B7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7DBA; }
p { color: rgb(75,125,186); }
H1.HeaderClassName
{
color: #4B7DBA;
}
.AnyTagClassName
{
color: #4B7DBA;
}
</style>
background-color css
<style>
a { background-color: #4B7DBA; }
a { background-color: rgb(75,125,186); }
div.DivClassName
{
background-color: #4B7DBA;
}
.BgClassName
{
background-color: #4B7DBA;
}
</style>
border-color css
<style>
span { border-color: #4B7DBA; }
span { border-color: rgb(75,125,186); }
td.TdClassName
{
border-color: #4B7DBA;
}
.TagClassName
{
border-color: #4B7DBA;
}
</style>