Shades of Steel Blue #4F90BA
Tints of Steel Blue #4F90BA
RGB
CMYK
RGB Variations
Color information
#4F90BA (or 0x4F90BA) is known color: Steel Blue. HEX triplet: 4F, 90 and BA. RGB value is (79,144,186). Sum of RGB (Red+Green+Blue) = 79+144+186=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F90BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F90BA is #B06F45. Grayscale: #818181. Windows color (decimal): -11562822 or 12226639. OLE color: 12226639.
HSL color Cylindrical-coordinate representation of color #4F90BA: hue angle of 203.55º 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 #4F90BA is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 144 | 186 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.27 |
| HSL | 203.55º | 0.44% | 0.52% | - |
| HSV(B) | 203.55º | 0.58% | 0.73% | - |
| XYZ | 22.06 | 25.15 | 50.15 | - |
| YUV | 129.35 | 159.97 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 186 | 0.58 | 0.23 | 0 | 0.27 | 203.55 | 0.44 | 0.52 |
| Hex | 4F | 90 | BA | 3A | 17 | 0 | 1B | CC | 2C | 34 |
| Octal | 117 | 220 | 272 | 72 | 27 | 0 | 33 | 314 | 54 | 64 |
| Binary | 1001111 | 10010000 | 10111010 | 111010 | 10111 | 0 | 11011 | 11001100 | 101100 | 110100 |
Color Harmonies of #4F90BA
Complementary color
Monochromatic Colors of #4F90BA
Black with #4F90BA
Text Example
Text Example
White with #4F90BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F90BA; }
p { color: rgb(79,144,186); }
H1.HeaderClassName
{
color: #4F90BA;
}
.AnyTagClassName
{
color: #4F90BA;
}
</style>
background-color css
<style>
a { background-color: #4F90BA; }
a { background-color: rgb(79,144,186); }
div.DivClassName
{
background-color: #4F90BA;
}
.BgClassName
{
background-color: #4F90BA;
}
</style>
border-color css
<style>
span { border-color: #4F90BA; }
span { border-color: rgb(79,144,186); }
td.TdClassName
{
border-color: #4F90BA;
}
.TagClassName
{
border-color: #4F90BA;
}
</style>