Shades of Steel Blue #4B7CA4
Tints of Steel Blue #4B7CA4
RGB
CMYK
RGB Variations
Color information
#4B7CA4 (or 0x4B7CA4) is known color: Steel Blue. HEX triplet: 4B, 7C and A4. RGB value is (75,124,164). Sum of RGB (Red+Green+Blue) = 75+124+164=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B7CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7CA4 is #B4835B. Grayscale: #717171. Windows color (decimal): -11830108 or 10779723. OLE color: 10779723.
HSL color Cylindrical-coordinate representation of color #4B7CA4: hue angle of 206.97º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B7CA4 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 124 | 164 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.36 |
| HSL | 206.97º | 0.37% | 0.47% | - |
| HSV(B) | 206.97º | 0.54% | 0.64% | - |
| XYZ | 16.81 | 18.59 | 37.82 | - |
| YUV | 113.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 124 | 164 | 0.54 | 0.24 | 0 | 0.36 | 206.97 | 0.37 | 0.47 |
| Hex | 4B | 7C | A4 | 36 | 18 | 0 | 24 | CF | 25 | 2F |
| Octal | 113 | 174 | 244 | 66 | 30 | 0 | 44 | 317 | 45 | 57 |
| Binary | 1001011 | 1111100 | 10100100 | 110110 | 11000 | 0 | 100100 | 11001111 | 100101 | 101111 |
Color Harmonies of #4B7CA4
Complementary color
Monochromatic Colors of #4B7CA4
Black with #4B7CA4
Text Example
Text Example
White with #4B7CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7CA4; }
p { color: rgb(75,124,164); }
H1.HeaderClassName
{
color: #4B7CA4;
}
.AnyTagClassName
{
color: #4B7CA4;
}
</style>
background-color css
<style>
a { background-color: #4B7CA4; }
a { background-color: rgb(75,124,164); }
div.DivClassName
{
background-color: #4B7CA4;
}
.BgClassName
{
background-color: #4B7CA4;
}
</style>
border-color css
<style>
span { border-color: #4B7CA4; }
span { border-color: rgb(75,124,164); }
td.TdClassName
{
border-color: #4B7CA4;
}
.TagClassName
{
border-color: #4B7CA4;
}
</style>