Shades of Steel Blue #4783BD
Tints of Steel Blue #4783BD
RGB
CMYK
RGB Variations
Color information
#4783BD (or 0x4783BD) is known color: Steel Blue. HEX triplet: 47, 83 and BD. RGB value is (71,131,189). Sum of RGB (Red+Green+Blue) = 71+131+189=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #4783BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4783BD is #B87C42. Grayscale: #777777. Windows color (decimal): -12090435 or 12419911. OLE color: 12419911.
HSL color Cylindrical-coordinate representation of color #4783BD: hue angle of 209.49º 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 #4783BD is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 131 | 189 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.26 |
| HSL | 209.49º | 0.47% | 0.51% | - |
| HSV(B) | 209.49º | 0.62% | 0.74% | - |
| XYZ | 19.9 | 21.25 | 51.2 | - |
| YUV | 119.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 189 | 0.62 | 0.31 | 0 | 0.26 | 209.49 | 0.47 | 0.51 |
| Hex | 47 | 83 | BD | 3E | 1F | 0 | 1A | D1 | 2F | 33 |
| Octal | 107 | 203 | 275 | 76 | 37 | 0 | 32 | 321 | 57 | 63 |
| Binary | 1000111 | 10000011 | 10111101 | 111110 | 11111 | 0 | 11010 | 11010001 | 101111 | 110011 |
Color Harmonies of #4783BD
Complementary color
Monochromatic Colors of #4783BD
Black with #4783BD
Text Example
Text Example
White with #4783BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4783BD; }
p { color: rgb(71,131,189); }
H1.HeaderClassName
{
color: #4783BD;
}
.AnyTagClassName
{
color: #4783BD;
}
</style>
background-color css
<style>
a { background-color: #4783BD; }
a { background-color: rgb(71,131,189); }
div.DivClassName
{
background-color: #4783BD;
}
.BgClassName
{
background-color: #4783BD;
}
</style>
border-color css
<style>
span { border-color: #4783BD; }
span { border-color: rgb(71,131,189); }
td.TdClassName
{
border-color: #4783BD;
}
.TagClassName
{
border-color: #4783BD;
}
</style>