Shades of Steel Blue #4A8BBB
Tints of Steel Blue #4A8BBB
RGB
CMYK
RGB Variations
Color information
#4A8BBB (or 0x4A8BBB) is known color: Steel Blue. HEX triplet: 4A, 8B and BB. RGB value is (74,139,187). Sum of RGB (Red+Green+Blue) = 74+139+187=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A8BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8BBB is #B57444. Grayscale: #7C7C7C. Windows color (decimal): -11891781 or 12290890. OLE color: 12290890.
HSL color Cylindrical-coordinate representation of color #4A8BBB: hue angle of 205.49º 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 #4A8BBB is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 139 | 187 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.27 |
| HSL | 205.49º | 0.45% | 0.51% | - |
| HSV(B) | 205.49º | 0.6% | 0.73% | - |
| XYZ | 21.03 | 23.51 | 50.44 | - |
| YUV | 125.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 187 | 0.60 | 0.26 | 0 | 0.27 | 205.49 | 0.45 | 0.51 |
| Hex | 4A | 8B | BB | 3C | 1A | 0 | 1B | CD | 2D | 33 |
| Octal | 112 | 213 | 273 | 74 | 32 | 0 | 33 | 315 | 55 | 63 |
| Binary | 1001010 | 10001011 | 10111011 | 111100 | 11010 | 0 | 11011 | 11001101 | 101101 | 110011 |
Color Harmonies of #4A8BBB
Complementary color
Monochromatic Colors of #4A8BBB
Black with #4A8BBB
Text Example
Text Example
White with #4A8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8BBB; }
p { color: rgb(74,139,187); }
H1.HeaderClassName
{
color: #4A8BBB;
}
.AnyTagClassName
{
color: #4A8BBB;
}
</style>
background-color css
<style>
a { background-color: #4A8BBB; }
a { background-color: rgb(74,139,187); }
div.DivClassName
{
background-color: #4A8BBB;
}
.BgClassName
{
background-color: #4A8BBB;
}
</style>
border-color css
<style>
span { border-color: #4A8BBB; }
span { border-color: rgb(74,139,187); }
td.TdClassName
{
border-color: #4A8BBB;
}
.TagClassName
{
border-color: #4A8BBB;
}
</style>