Shades of Steel Blue #4785B2
Tints of Steel Blue #4785B2
RGB
CMYK
RGB Variations
Color information
#4785B2 (or 0x4785B2) is known color: Steel Blue. HEX triplet: 47, 85 and B2. RGB value is (71,133,178). Sum of RGB (Red+Green+Blue) = 71+133+178=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #4785B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4785B2 is #B87A4D. Grayscale: #777777. Windows color (decimal): -12089934 or 11699527. OLE color: 11699527.
HSL color Cylindrical-coordinate representation of color #4785B2: hue angle of 205.23º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4785B2 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 133 | 178 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.30 |
| HSL | 205.23º | 0.43% | 0.49% | - |
| HSV(B) | 205.23º | 0.6% | 0.7% | - |
| XYZ | 19.02 | 21.33 | 45.23 | - |
| YUV | 119.59 | 160.96 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 178 | 0.60 | 0.25 | 0 | 0.30 | 205.23 | 0.43 | 0.49 |
| Hex | 47 | 85 | B2 | 3C | 19 | 0 | 1E | CD | 2B | 31 |
| Octal | 107 | 205 | 262 | 74 | 31 | 0 | 36 | 315 | 53 | 61 |
| Binary | 1000111 | 10000101 | 10110010 | 111100 | 11001 | 0 | 11110 | 11001101 | 101011 | 110001 |
Color Harmonies of #4785B2
Complementary color
Monochromatic Colors of #4785B2
Black with #4785B2
Text Example
Text Example
White with #4785B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4785B2; }
p { color: rgb(71,133,178); }
H1.HeaderClassName
{
color: #4785B2;
}
.AnyTagClassName
{
color: #4785B2;
}
</style>
background-color css
<style>
a { background-color: #4785B2; }
a { background-color: rgb(71,133,178); }
div.DivClassName
{
background-color: #4785B2;
}
.BgClassName
{
background-color: #4785B2;
}
</style>
border-color css
<style>
span { border-color: #4785B2; }
span { border-color: rgb(71,133,178); }
td.TdClassName
{
border-color: #4785B2;
}
.TagClassName
{
border-color: #4785B2;
}
</style>