Shades of Steel Blue #4A90BB
Tints of Steel Blue #4A90BB
RGB
CMYK
RGB Variations
Color information
#4A90BB (or 0x4A90BB) is known color: Steel Blue. HEX triplet: 4A, 90 and BB. RGB value is (74,144,187). Sum of RGB (Red+Green+Blue) = 74+144+187=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A90BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A90BB is #B56F44. Grayscale: #7F7F7F. Windows color (decimal): -11890501 or 12292170. OLE color: 12292170.
HSL color Cylindrical-coordinate representation of color #4A90BB: hue angle of 202.83º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A90BB is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 144 | 187 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.27 |
| HSL | 202.83º | 0.45% | 0.51% | - |
| HSV(B) | 202.83º | 0.6% | 0.73% | - |
| XYZ | 21.77 | 24.99 | 50.69 | - |
| YUV | 127.97 | 161.31 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 187 | 0.60 | 0.23 | 0 | 0.27 | 202.83 | 0.45 | 0.51 |
| Hex | 4A | 90 | BB | 3C | 17 | 0 | 1B | CB | 2D | 33 |
| Octal | 112 | 220 | 273 | 74 | 27 | 0 | 33 | 313 | 55 | 63 |
| Binary | 1001010 | 10010000 | 10111011 | 111100 | 10111 | 0 | 11011 | 11001011 | 101101 | 110011 |
Color Harmonies of #4A90BB
Complementary color
Monochromatic Colors of #4A90BB
Black with #4A90BB
Text Example
Text Example
White with #4A90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A90BB; }
p { color: rgb(74,144,187); }
H1.HeaderClassName
{
color: #4A90BB;
}
.AnyTagClassName
{
color: #4A90BB;
}
</style>
background-color css
<style>
a { background-color: #4A90BB; }
a { background-color: rgb(74,144,187); }
div.DivClassName
{
background-color: #4A90BB;
}
.BgClassName
{
background-color: #4A90BB;
}
</style>
border-color css
<style>
span { border-color: #4A90BB; }
span { border-color: rgb(74,144,187); }
td.TdClassName
{
border-color: #4A90BB;
}
.TagClassName
{
border-color: #4A90BB;
}
</style>