Shades of Steel Blue #4B7AA2
Tints of Steel Blue #4B7AA2
RGB
CMYK
RGB Variations
Color information
#4B7AA2 (or 0x4B7AA2) is known color: Steel Blue. HEX triplet: 4B, 7A and A2. RGB value is (75,122,162). Sum of RGB (Red+Green+Blue) = 75+122+162=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #4B7AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7AA2 is #B4855D. Grayscale: #707070. Windows color (decimal): -11830622 or 10648139. OLE color: 10648139.
HSL color Cylindrical-coordinate representation of color #4B7AA2: hue angle of 207.59º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B7AA2 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 122 | 162 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.36 |
| HSL | 207.59º | 0.37% | 0.46% | - |
| HSV(B) | 207.59º | 0.54% | 0.64% | - |
| XYZ | 16.38 | 18.02 | 36.8 | - |
| YUV | 112.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 122 | 162 | 0.54 | 0.25 | 0 | 0.36 | 207.59 | 0.37 | 0.46 |
| Hex | 4B | 7A | A2 | 36 | 19 | 0 | 24 | D0 | 25 | 2E |
| Octal | 113 | 172 | 242 | 66 | 31 | 0 | 44 | 320 | 45 | 56 |
| Binary | 1001011 | 1111010 | 10100010 | 110110 | 11001 | 0 | 100100 | 11010000 | 100101 | 101110 |
Color Harmonies of #4B7AA2
Complementary color
Monochromatic Colors of #4B7AA2
Black with #4B7AA2
Text Example
Text Example
White with #4B7AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7AA2; }
p { color: rgb(75,122,162); }
H1.HeaderClassName
{
color: #4B7AA2;
}
.AnyTagClassName
{
color: #4B7AA2;
}
</style>
background-color css
<style>
a { background-color: #4B7AA2; }
a { background-color: rgb(75,122,162); }
div.DivClassName
{
background-color: #4B7AA2;
}
.BgClassName
{
background-color: #4B7AA2;
}
</style>
border-color css
<style>
span { border-color: #4B7AA2; }
span { border-color: rgb(75,122,162); }
td.TdClassName
{
border-color: #4B7AA2;
}
.TagClassName
{
border-color: #4B7AA2;
}
</style>