Shades of Steel Blue #4B7BAB
Tints of Steel Blue #4B7BAB
RGB
CMYK
RGB Variations
Color information
#4B7BAB (or 0x4B7BAB) is known color: Steel Blue. HEX triplet: 4B, 7B and AB. RGB value is (75,123,171). Sum of RGB (Red+Green+Blue) = 75+123+171=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B7BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7BAB is #B48454. Grayscale: #717171. Windows color (decimal): -11830357 or 11238219. OLE color: 11238219.
HSL color Cylindrical-coordinate representation of color #4B7BAB: hue angle of 210º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B7BAB is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 123 | 171 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.33 |
| HSL | 210º | 0.39% | 0.48% | - |
| HSV(B) | 210º | 0.56% | 0.67% | - |
| XYZ | 17.34 | 18.6 | 41.2 | - |
| YUV | 114.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 171 | 0.56 | 0.28 | 0 | 0.33 | 210 | 0.39 | 0.48 |
| Hex | 4B | 7B | AB | 38 | 1C | 0 | 21 | D2 | 27 | 30 |
| Octal | 113 | 173 | 253 | 70 | 34 | 0 | 41 | 322 | 47 | 60 |
| Binary | 1001011 | 1111011 | 10101011 | 111000 | 11100 | 0 | 100001 | 11010010 | 100111 | 110000 |
Color Harmonies of #4B7BAB
Complementary color
Monochromatic Colors of #4B7BAB
Black with #4B7BAB
Text Example
Text Example
White with #4B7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7BAB; }
p { color: rgb(75,123,171); }
H1.HeaderClassName
{
color: #4B7BAB;
}
.AnyTagClassName
{
color: #4B7BAB;
}
</style>
background-color css
<style>
a { background-color: #4B7BAB; }
a { background-color: rgb(75,123,171); }
div.DivClassName
{
background-color: #4B7BAB;
}
.BgClassName
{
background-color: #4B7BAB;
}
</style>
border-color css
<style>
span { border-color: #4B7BAB; }
span { border-color: rgb(75,123,171); }
td.TdClassName
{
border-color: #4B7BAB;
}
.TagClassName
{
border-color: #4B7BAB;
}
</style>