Shades of Steel Blue #4F8CBB
Tints of Steel Blue #4F8CBB
RGB
CMYK
RGB Variations
Color information
#4F8CBB (or 0x4F8CBB) is known color: Steel Blue. HEX triplet: 4F, 8C and BB. RGB value is (79,140,187). Sum of RGB (Red+Green+Blue) = 79+140+187=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F8CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8CBB is #B07344. Grayscale: #7E7E7E. Windows color (decimal): -11563845 or 12291151. OLE color: 12291151.
HSL color Cylindrical-coordinate representation of color #4F8CBB: hue angle of 206.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F8CBB is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 140 | 187 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.27 |
| HSL | 206.11º | 0.44% | 0.52% | - |
| HSV(B) | 206.11º | 0.58% | 0.73% | - |
| XYZ | 21.57 | 24.01 | 50.51 | - |
| YUV | 127.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 140 | 187 | 0.58 | 0.25 | 0 | 0.27 | 206.11 | 0.44 | 0.52 |
| Hex | 4F | 8C | BB | 3A | 19 | 0 | 1B | CE | 2C | 34 |
| Octal | 117 | 214 | 273 | 72 | 31 | 0 | 33 | 316 | 54 | 64 |
| Binary | 1001111 | 10001100 | 10111011 | 111010 | 11001 | 0 | 11011 | 11001110 | 101100 | 110100 |
Color Harmonies of #4F8CBB
Complementary color
Monochromatic Colors of #4F8CBB
Black with #4F8CBB
Text Example
Text Example
White with #4F8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8CBB; }
p { color: rgb(79,140,187); }
H1.HeaderClassName
{
color: #4F8CBB;
}
.AnyTagClassName
{
color: #4F8CBB;
}
</style>
background-color css
<style>
a { background-color: #4F8CBB; }
a { background-color: rgb(79,140,187); }
div.DivClassName
{
background-color: #4F8CBB;
}
.BgClassName
{
background-color: #4F8CBB;
}
</style>
border-color css
<style>
span { border-color: #4F8CBB; }
span { border-color: rgb(79,140,187); }
td.TdClassName
{
border-color: #4F8CBB;
}
.TagClassName
{
border-color: #4F8CBB;
}
</style>