Shades of Steel Blue #4B77AF
Tints of Steel Blue #4B77AF
RGB
CMYK
RGB Variations
Color information
#4B77AF (or 0x4B77AF) is known color: Steel Blue. HEX triplet: 4B, 77 and AF. RGB value is (75,119,175). Sum of RGB (Red+Green+Blue) = 75+119+175=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B77AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B77AF is #B48850. Grayscale: #6F6F6F. Windows color (decimal): -11831377 or 11499339. OLE color: 11499339.
HSL color Cylindrical-coordinate representation of color #4B77AF: hue angle of 213.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B77AF is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 119 | 175 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.31 |
| HSL | 213.6º | 0.4% | 0.49% | - |
| HSV(B) | 213.6º | 0.57% | 0.69% | - |
| XYZ | 17.24 | 17.78 | 43.08 | - |
| YUV | 112.23 | 163.42 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 175 | 0.57 | 0.32 | 0 | 0.31 | 213.6 | 0.4 | 0.49 |
| Hex | 4B | 77 | AF | 39 | 20 | 0 | 1F | D6 | 28 | 31 |
| Octal | 113 | 167 | 257 | 71 | 40 | 0 | 37 | 326 | 50 | 61 |
| Binary | 1001011 | 1110111 | 10101111 | 111001 | 100000 | 0 | 11111 | 11010110 | 101000 | 110001 |
Color Harmonies of #4B77AF
Complementary color
Monochromatic Colors of #4B77AF
Black with #4B77AF
Text Example
Text Example
White with #4B77AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B77AF; }
p { color: rgb(75,119,175); }
H1.HeaderClassName
{
color: #4B77AF;
}
.AnyTagClassName
{
color: #4B77AF;
}
</style>
background-color css
<style>
a { background-color: #4B77AF; }
a { background-color: rgb(75,119,175); }
div.DivClassName
{
background-color: #4B77AF;
}
.BgClassName
{
background-color: #4B77AF;
}
</style>
border-color css
<style>
span { border-color: #4B77AF; }
span { border-color: rgb(75,119,175); }
td.TdClassName
{
border-color: #4B77AF;
}
.TagClassName
{
border-color: #4B77AF;
}
</style>