Shades of Steel Blue #4F7DB3
Tints of Steel Blue #4F7DB3
RGB
CMYK
RGB Variations
Color information
#4F7DB3 (or 0x4F7DB3) is known color: Steel Blue. HEX triplet: 4F, 7D and B3. RGB value is (79,125,179). Sum of RGB (Red+Green+Blue) = 79+125+179=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F7DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7DB3 is #B0824C. Grayscale: #757575. Windows color (decimal): -11567693 or 11763023. OLE color: 11763023.
HSL color Cylindrical-coordinate representation of color #4F7DB3: hue angle of 212.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F7DB3 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 125 | 179 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.30 |
| HSL | 212.4º | 0.4% | 0.51% | - |
| HSV(B) | 212.4º | 0.56% | 0.7% | - |
| XYZ | 18.69 | 19.58 | 45.44 | - |
| YUV | 117.4 | 162.76 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 125 | 179 | 0.56 | 0.30 | 0 | 0.30 | 212.4 | 0.4 | 0.51 |
| Hex | 4F | 7D | B3 | 38 | 1E | 0 | 1E | D4 | 28 | 33 |
| Octal | 117 | 175 | 263 | 70 | 36 | 0 | 36 | 324 | 50 | 63 |
| Binary | 1001111 | 1111101 | 10110011 | 111000 | 11110 | 0 | 11110 | 11010100 | 101000 | 110011 |
Color Harmonies of #4F7DB3
Complementary color
Monochromatic Colors of #4F7DB3
Black with #4F7DB3
Text Example
Text Example
White with #4F7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7DB3; }
p { color: rgb(79,125,179); }
H1.HeaderClassName
{
color: #4F7DB3;
}
.AnyTagClassName
{
color: #4F7DB3;
}
</style>
background-color css
<style>
a { background-color: #4F7DB3; }
a { background-color: rgb(79,125,179); }
div.DivClassName
{
background-color: #4F7DB3;
}
.BgClassName
{
background-color: #4F7DB3;
}
</style>
border-color css
<style>
span { border-color: #4F7DB3; }
span { border-color: rgb(79,125,179); }
td.TdClassName
{
border-color: #4F7DB3;
}
.TagClassName
{
border-color: #4F7DB3;
}
</style>