Shades of Steel Blue #4B7BAC
Tints of Steel Blue #4B7BAC
RGB
CMYK
RGB Variations
Color information
#4B7BAC (or 0x4B7BAC) is known color: Steel Blue. HEX triplet: 4B, 7B and AC. RGB value is (75,123,172). Sum of RGB (Red+Green+Blue) = 75+123+172=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B7BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7BAC is #B48453. Grayscale: #717171. Windows color (decimal): -11830356 or 11303755. OLE color: 11303755.
HSL color Cylindrical-coordinate representation of color #4B7BAC: hue angle of 210.31º 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 #4B7BAC is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 123 | 172 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.33 |
| HSL | 210.31º | 0.39% | 0.48% | - |
| HSV(B) | 210.31º | 0.56% | 0.67% | - |
| XYZ | 17.43 | 18.64 | 41.71 | - |
| YUV | 114.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 172 | 0.56 | 0.28 | 0 | 0.33 | 210.31 | 0.39 | 0.48 |
| Hex | 4B | 7B | AC | 38 | 1C | 0 | 21 | D2 | 27 | 30 |
| Octal | 113 | 173 | 254 | 70 | 34 | 0 | 41 | 322 | 47 | 60 |
| Binary | 1001011 | 1111011 | 10101100 | 111000 | 11100 | 0 | 100001 | 11010010 | 100111 | 110000 |
Color Harmonies of #4B7BAC
Complementary color
Monochromatic Colors of #4B7BAC
Black with #4B7BAC
Text Example
Text Example
White with #4B7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7BAC; }
p { color: rgb(75,123,172); }
H1.HeaderClassName
{
color: #4B7BAC;
}
.AnyTagClassName
{
color: #4B7BAC;
}
</style>
background-color css
<style>
a { background-color: #4B7BAC; }
a { background-color: rgb(75,123,172); }
div.DivClassName
{
background-color: #4B7BAC;
}
.BgClassName
{
background-color: #4B7BAC;
}
</style>
border-color css
<style>
span { border-color: #4B7BAC; }
span { border-color: rgb(75,123,172); }
td.TdClassName
{
border-color: #4B7BAC;
}
.TagClassName
{
border-color: #4B7BAC;
}
</style>