Shades of Steel Blue #4A8CBC
Tints of Steel Blue #4A8CBC
RGB
CMYK
RGB Variations
Color information
#4A8CBC (or 0x4A8CBC) is known color: Steel Blue. HEX triplet: 4A, 8C and BC. RGB value is (74,140,188). Sum of RGB (Red+Green+Blue) = 74+140+188=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A8CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8CBC is #B57343. Grayscale: #7D7D7D. Windows color (decimal): -11891524 or 12356682. OLE color: 12356682.
HSL color Cylindrical-coordinate representation of color #4A8CBC: hue angle of 205.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A8CBC is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 140 | 188 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.26 |
| HSL | 205.26º | 0.46% | 0.51% | - |
| HSV(B) | 205.26º | 0.61% | 0.74% | - |
| XYZ | 21.28 | 23.84 | 51.06 | - |
| YUV | 125.74 | 163.13 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 140 | 188 | 0.61 | 0.26 | 0 | 0.26 | 205.26 | 0.46 | 0.51 |
| Hex | 4A | 8C | BC | 3D | 1A | 0 | 1A | CD | 2E | 33 |
| Octal | 112 | 214 | 274 | 75 | 32 | 0 | 32 | 315 | 56 | 63 |
| Binary | 1001010 | 10001100 | 10111100 | 111101 | 11010 | 0 | 11010 | 11001101 | 101110 | 110011 |
Color Harmonies of #4A8CBC
Complementary color
Monochromatic Colors of #4A8CBC
Black with #4A8CBC
Text Example
Text Example
White with #4A8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8CBC; }
p { color: rgb(74,140,188); }
H1.HeaderClassName
{
color: #4A8CBC;
}
.AnyTagClassName
{
color: #4A8CBC;
}
</style>
background-color css
<style>
a { background-color: #4A8CBC; }
a { background-color: rgb(74,140,188); }
div.DivClassName
{
background-color: #4A8CBC;
}
.BgClassName
{
background-color: #4A8CBC;
}
</style>
border-color css
<style>
span { border-color: #4A8CBC; }
span { border-color: rgb(74,140,188); }
td.TdClassName
{
border-color: #4A8CBC;
}
.TagClassName
{
border-color: #4A8CBC;
}
</style>