Shades of Steel Blue #4975B9
Tints of Steel Blue #4975B9
RGB
CMYK
RGB Variations
Color information
#4975B9 (or 0x4975B9) is known color: Steel Blue. HEX triplet: 49, 75 and B9. RGB value is (73,117,185). Sum of RGB (Red+Green+Blue) = 73+117+185=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #4975B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975B9 is #B68A46. Grayscale: #6F6F6F. Windows color (decimal): -11962951 or 12154185. OLE color: 12154185.
HSL color Cylindrical-coordinate representation of color #4975B9: hue angle of 216.43º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4975B9 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 117 | 185 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.27 |
| HSL | 216.43º | 0.44% | 0.51% | - |
| HSV(B) | 216.43º | 0.61% | 0.73% | - |
| XYZ | 17.87 | 17.64 | 48.36 | - |
| YUV | 111.6 | 169.42 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 185 | 0.61 | 0.37 | 0 | 0.27 | 216.43 | 0.44 | 0.51 |
| Hex | 49 | 75 | B9 | 3D | 25 | 0 | 1B | D8 | 2C | 33 |
| Octal | 111 | 165 | 271 | 75 | 45 | 0 | 33 | 330 | 54 | 63 |
| Binary | 1001001 | 1110101 | 10111001 | 111101 | 100101 | 0 | 11011 | 11011000 | 101100 | 110011 |
Color Harmonies of #4975B9
Complementary color
Monochromatic Colors of #4975B9
Black with #4975B9
Text Example
Text Example
White with #4975B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975B9; }
p { color: rgb(73,117,185); }
H1.HeaderClassName
{
color: #4975B9;
}
.AnyTagClassName
{
color: #4975B9;
}
</style>
background-color css
<style>
a { background-color: #4975B9; }
a { background-color: rgb(73,117,185); }
div.DivClassName
{
background-color: #4975B9;
}
.BgClassName
{
background-color: #4975B9;
}
</style>
border-color css
<style>
span { border-color: #4975B9; }
span { border-color: rgb(73,117,185); }
td.TdClassName
{
border-color: #4975B9;
}
.TagClassName
{
border-color: #4975B9;
}
</style>