Shades of Steel Blue #4A8DBD
Tints of Steel Blue #4A8DBD
RGB
CMYK
RGB Variations
Color information
#4A8DBD (or 0x4A8DBD) is known color: Steel Blue. HEX triplet: 4A, 8D and BD. RGB value is (74,141,189). Sum of RGB (Red+Green+Blue) = 74+141+189=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A8DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8DBD is #B57242. Grayscale: #7E7E7E. Windows color (decimal): -11891267 or 12422474. OLE color: 12422474.
HSL color Cylindrical-coordinate representation of color #4A8DBD: hue angle of 205.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A8DBD is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 141 | 189 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.26 |
| HSL | 205.04º | 0.47% | 0.52% | - |
| HSV(B) | 205.04º | 0.61% | 0.74% | - |
| XYZ | 21.53 | 24.18 | 51.68 | - |
| YUV | 126.44 | 163.3 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 141 | 189 | 0.61 | 0.25 | 0 | 0.26 | 205.04 | 0.47 | 0.52 |
| Hex | 4A | 8D | BD | 3D | 19 | 0 | 1A | CD | 2F | 34 |
| Octal | 112 | 215 | 275 | 75 | 31 | 0 | 32 | 315 | 57 | 64 |
| Binary | 1001010 | 10001101 | 10111101 | 111101 | 11001 | 0 | 11010 | 11001101 | 101111 | 110100 |
Color Harmonies of #4A8DBD
Complementary color
Monochromatic Colors of #4A8DBD
Black with #4A8DBD
Text Example
Text Example
White with #4A8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8DBD; }
p { color: rgb(74,141,189); }
H1.HeaderClassName
{
color: #4A8DBD;
}
.AnyTagClassName
{
color: #4A8DBD;
}
</style>
background-color css
<style>
a { background-color: #4A8DBD; }
a { background-color: rgb(74,141,189); }
div.DivClassName
{
background-color: #4A8DBD;
}
.BgClassName
{
background-color: #4A8DBD;
}
</style>
border-color css
<style>
span { border-color: #4A8DBD; }
span { border-color: rgb(74,141,189); }
td.TdClassName
{
border-color: #4A8DBD;
}
.TagClassName
{
border-color: #4A8DBD;
}
</style>