Shades of Steel Blue #4B8FBC
Tints of Steel Blue #4B8FBC
RGB
CMYK
RGB Variations
Color information
#4B8FBC (or 0x4B8FBC) is known color: Steel Blue. HEX triplet: 4B, 8F and BC. RGB value is (75,143,188). Sum of RGB (Red+Green+Blue) = 75+143+188=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B8FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8FBC is #B47043. Grayscale: #7F7F7F. Windows color (decimal): -11825220 or 12357451. OLE color: 12357451.
HSL color Cylindrical-coordinate representation of color #4B8FBC: hue angle of 203.89º 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 #4B8FBC is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 143 | 188 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.26 |
| HSL | 203.89º | 0.46% | 0.52% | - |
| HSV(B) | 203.89º | 0.6% | 0.74% | - |
| XYZ | 21.8 | 24.77 | 51.21 | - |
| YUV | 127.8 | 161.97 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 143 | 188 | 0.60 | 0.24 | 0 | 0.26 | 203.89 | 0.46 | 0.52 |
| Hex | 4B | 8F | BC | 3C | 18 | 0 | 1A | CC | 2E | 34 |
| Octal | 113 | 217 | 274 | 74 | 30 | 0 | 32 | 314 | 56 | 64 |
| Binary | 1001011 | 10001111 | 10111100 | 111100 | 11000 | 0 | 11010 | 11001100 | 101110 | 110100 |
Color Harmonies of #4B8FBC
Complementary color
Monochromatic Colors of #4B8FBC
Black with #4B8FBC
Text Example
Text Example
White with #4B8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8FBC; }
p { color: rgb(75,143,188); }
H1.HeaderClassName
{
color: #4B8FBC;
}
.AnyTagClassName
{
color: #4B8FBC;
}
</style>
background-color css
<style>
a { background-color: #4B8FBC; }
a { background-color: rgb(75,143,188); }
div.DivClassName
{
background-color: #4B8FBC;
}
.BgClassName
{
background-color: #4B8FBC;
}
</style>
border-color css
<style>
span { border-color: #4B8FBC; }
span { border-color: rgb(75,143,188); }
td.TdClassName
{
border-color: #4B8FBC;
}
.TagClassName
{
border-color: #4B8FBC;
}
</style>