Shades of Steel Blue #4B89BC
Tints of Steel Blue #4B89BC
RGB
CMYK
RGB Variations
Color information
#4B89BC (or 0x4B89BC) is known color: Steel Blue. HEX triplet: 4B, 89 and BC. RGB value is (75,137,188). Sum of RGB (Red+Green+Blue) = 75+137+188=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B89BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B89BC is #B47643. Grayscale: #7C7C7C. Windows color (decimal): -11826756 or 12355915. OLE color: 12355915.
HSL color Cylindrical-coordinate representation of color #4B89BC: hue angle of 207.08º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B89BC is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 137 | 188 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.26 |
| HSL | 207.08º | 0.46% | 0.52% | - |
| HSV(B) | 207.08º | 0.6% | 0.74% | - |
| XYZ | 20.92 | 23.02 | 50.92 | - |
| YUV | 124.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 137 | 188 | 0.60 | 0.27 | 0 | 0.26 | 207.08 | 0.46 | 0.52 |
| Hex | 4B | 89 | BC | 3C | 1B | 0 | 1A | CF | 2E | 34 |
| Octal | 113 | 211 | 274 | 74 | 33 | 0 | 32 | 317 | 56 | 64 |
| Binary | 1001011 | 10001001 | 10111100 | 111100 | 11011 | 0 | 11010 | 11001111 | 101110 | 110100 |
Color Harmonies of #4B89BC
Complementary color
Monochromatic Colors of #4B89BC
Black with #4B89BC
Text Example
Text Example
White with #4B89BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B89BC; }
p { color: rgb(75,137,188); }
H1.HeaderClassName
{
color: #4B89BC;
}
.AnyTagClassName
{
color: #4B89BC;
}
</style>
background-color css
<style>
a { background-color: #4B89BC; }
a { background-color: rgb(75,137,188); }
div.DivClassName
{
background-color: #4B89BC;
}
.BgClassName
{
background-color: #4B89BC;
}
</style>
border-color css
<style>
span { border-color: #4B89BC; }
span { border-color: rgb(75,137,188); }
td.TdClassName
{
border-color: #4B89BC;
}
.TagClassName
{
border-color: #4B89BC;
}
</style>