Shades of Steel Blue #4A75B9
Tints of Steel Blue #4A75B9
RGB
CMYK
RGB Variations
Color information
#4A75B9 (or 0x4A75B9) is known color: Steel Blue. HEX triplet: 4A, 75 and B9. RGB value is (74,117,185). Sum of RGB (Red+Green+Blue) = 74+117+185=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #4A75B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A75B9 is #B58A46. Grayscale: #6F6F6F. Windows color (decimal): -11897415 or 12154186. OLE color: 12154186.
HSL color Cylindrical-coordinate representation of color #4A75B9: hue angle of 216.76º degrees, saturation: 0.44, 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 #4A75B9 is Cyan = 0.6, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 117 | 185 | - |
| CMYK | 0.6 | 0.37 | 0 | 0.27 |
| HSL | 216.76º | 0.44% | 0.51% | - |
| HSV(B) | 216.76º | 0.6% | 0.73% | - |
| XYZ | 17.94 | 17.68 | 48.37 | - |
| YUV | 111.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 117 | 185 | 0.6 | 0.37 | 0 | 0.27 | 216.76 | 0.44 | 0.51 |
| Hex | 4A | 75 | B9 | 3C | 25 | 0 | 1B | D9 | 2C | 33 |
| Octal | 112 | 165 | 271 | 74 | 45 | 0 | 33 | 331 | 54 | 63 |
| Binary | 1001010 | 1110101 | 10111001 | 111100 | 100101 | 0 | 11011 | 11011001 | 101100 | 110011 |
Color Harmonies of #4A75B9
Complementary color
Monochromatic Colors of #4A75B9
Black with #4A75B9
Text Example
Text Example
White with #4A75B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A75B9; }
p { color: rgb(74,117,185); }
H1.HeaderClassName
{
color: #4A75B9;
}
.AnyTagClassName
{
color: #4A75B9;
}
</style>
background-color css
<style>
a { background-color: #4A75B9; }
a { background-color: rgb(74,117,185); }
div.DivClassName
{
background-color: #4A75B9;
}
.BgClassName
{
background-color: #4A75B9;
}
</style>
border-color css
<style>
span { border-color: #4A75B9; }
span { border-color: rgb(74,117,185); }
td.TdClassName
{
border-color: #4A75B9;
}
.TagClassName
{
border-color: #4A75B9;
}
</style>