Shades of Steel Blue #4A8DBE
Tints of Steel Blue #4A8DBE
RGB
CMYK
RGB Variations
Color information
#4A8DBE (or 0x4A8DBE) is known color: Steel Blue. HEX triplet: 4A, 8D and BE. RGB value is (74,141,190). Sum of RGB (Red+Green+Blue) = 74+141+190=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A8DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8DBE is #B57241. Grayscale: #7E7E7E. Windows color (decimal): -11891266 or 12488010. OLE color: 12488010.
HSL color Cylindrical-coordinate representation of color #4A8DBE: hue angle of 205.34º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A8DBE is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 141 | 190 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.25 |
| HSL | 205.34º | 0.47% | 0.52% | - |
| HSV(B) | 205.34º | 0.61% | 0.75% | - |
| XYZ | 21.64 | 24.22 | 52.25 | - |
| YUV | 126.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 141 | 190 | 0.61 | 0.26 | 0 | 0.25 | 205.34 | 0.47 | 0.52 |
| Hex | 4A | 8D | BE | 3D | 1A | 0 | 19 | CD | 2F | 34 |
| Octal | 112 | 215 | 276 | 75 | 32 | 0 | 31 | 315 | 57 | 64 |
| Binary | 1001010 | 10001101 | 10111110 | 111101 | 11010 | 0 | 11001 | 11001101 | 101111 | 110100 |
Color Harmonies of #4A8DBE
Complementary color
Monochromatic Colors of #4A8DBE
Black with #4A8DBE
Text Example
Text Example
White with #4A8DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8DBE; }
p { color: rgb(74,141,190); }
H1.HeaderClassName
{
color: #4A8DBE;
}
.AnyTagClassName
{
color: #4A8DBE;
}
</style>
background-color css
<style>
a { background-color: #4A8DBE; }
a { background-color: rgb(74,141,190); }
div.DivClassName
{
background-color: #4A8DBE;
}
.BgClassName
{
background-color: #4A8DBE;
}
</style>
border-color css
<style>
span { border-color: #4A8DBE; }
span { border-color: rgb(74,141,190); }
td.TdClassName
{
border-color: #4A8DBE;
}
.TagClassName
{
border-color: #4A8DBE;
}
</style>