Shades of Steel Blue #4774BD
Tints of Steel Blue #4774BD
RGB
CMYK
RGB Variations
Color information
#4774BD (or 0x4774BD) is known color: Steel Blue. HEX triplet: 47, 74 and BD. RGB value is (71,116,189). Sum of RGB (Red+Green+Blue) = 71+116+189=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #4774BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4774BD is #B88B42. Grayscale: #6E6E6E. Windows color (decimal): -12094275 or 12416071. OLE color: 12416071.
HSL color Cylindrical-coordinate representation of color #4774BD: hue angle of 217.12º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4774BD is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 116 | 189 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.26 |
| HSL | 217.12º | 0.47% | 0.51% | - |
| HSV(B) | 217.12º | 0.62% | 0.74% | - |
| XYZ | 18.03 | 17.5 | 50.57 | - |
| YUV | 110.87 | 172.09 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 189 | 0.62 | 0.39 | 0 | 0.26 | 217.12 | 0.47 | 0.51 |
| Hex | 47 | 74 | BD | 3E | 27 | 0 | 1A | D9 | 2F | 33 |
| Octal | 107 | 164 | 275 | 76 | 47 | 0 | 32 | 331 | 57 | 63 |
| Binary | 1000111 | 1110100 | 10111101 | 111110 | 100111 | 0 | 11010 | 11011001 | 101111 | 110011 |
Color Harmonies of #4774BD
Complementary color
Monochromatic Colors of #4774BD
Black with #4774BD
Text Example
Text Example
White with #4774BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4774BD; }
p { color: rgb(71,116,189); }
H1.HeaderClassName
{
color: #4774BD;
}
.AnyTagClassName
{
color: #4774BD;
}
</style>
background-color css
<style>
a { background-color: #4774BD; }
a { background-color: rgb(71,116,189); }
div.DivClassName
{
background-color: #4774BD;
}
.BgClassName
{
background-color: #4774BD;
}
</style>
border-color css
<style>
span { border-color: #4774BD; }
span { border-color: rgb(71,116,189); }
td.TdClassName
{
border-color: #4774BD;
}
.TagClassName
{
border-color: #4774BD;
}
</style>