Shades of Steel Blue #4C89BD
Tints of Steel Blue #4C89BD
RGB
CMYK
RGB Variations
Color information
#4C89BD (or 0x4C89BD) is known color: Steel Blue. HEX triplet: 4C, 89 and BD. RGB value is (76,137,189). Sum of RGB (Red+Green+Blue) = 76+137+189=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C89BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C89BD is #B37642. Grayscale: #7C7C7C. Windows color (decimal): -11761219 or 12421452. OLE color: 12421452.
HSL color Cylindrical-coordinate representation of color #4C89BD: hue angle of 207.61º 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 #4C89BD is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 137 | 189 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.26 |
| HSL | 207.61º | 0.46% | 0.52% | - |
| HSV(B) | 207.61º | 0.6% | 0.74% | - |
| XYZ | 21.11 | 23.1 | 51.49 | - |
| YUV | 124.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 137 | 189 | 0.60 | 0.28 | 0 | 0.26 | 207.61 | 0.46 | 0.52 |
| Hex | 4C | 89 | BD | 3C | 1C | 0 | 1A | D0 | 2E | 34 |
| Octal | 114 | 211 | 275 | 74 | 34 | 0 | 32 | 320 | 56 | 64 |
| Binary | 1001100 | 10001001 | 10111101 | 111100 | 11100 | 0 | 11010 | 11010000 | 101110 | 110100 |
Color Harmonies of #4C89BD
Complementary color
Monochromatic Colors of #4C89BD
Black with #4C89BD
Text Example
Text Example
White with #4C89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C89BD; }
p { color: rgb(76,137,189); }
H1.HeaderClassName
{
color: #4C89BD;
}
.AnyTagClassName
{
color: #4C89BD;
}
</style>
background-color css
<style>
a { background-color: #4C89BD; }
a { background-color: rgb(76,137,189); }
div.DivClassName
{
background-color: #4C89BD;
}
.BgClassName
{
background-color: #4C89BD;
}
</style>
border-color css
<style>
span { border-color: #4C89BD; }
span { border-color: rgb(76,137,189); }
td.TdClassName
{
border-color: #4C89BD;
}
.TagClassName
{
border-color: #4C89BD;
}
</style>