Shades of Steel Blue #4783BF
Tints of Steel Blue #4783BF
RGB
CMYK
RGB Variations
Color information
#4783BF (or 0x4783BF) is known color: Steel Blue. HEX triplet: 47, 83 and BF. RGB value is (71,131,191). Sum of RGB (Red+Green+Blue) = 71+131+191=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #4783BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4783BF is #B87C40. Grayscale: #777777. Windows color (decimal): -12090433 or 12550983. OLE color: 12550983.
HSL color Cylindrical-coordinate representation of color #4783BF: hue angle of 210º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4783BF is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 131 | 191 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.25 |
| HSL | 210º | 0.48% | 0.51% | - |
| HSV(B) | 210º | 0.63% | 0.75% | - |
| XYZ | 20.12 | 21.33 | 52.35 | - |
| YUV | 119.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 191 | 0.63 | 0.31 | 0 | 0.25 | 210 | 0.48 | 0.51 |
| Hex | 47 | 83 | BF | 3F | 1F | 0 | 19 | D2 | 30 | 33 |
| Octal | 107 | 203 | 277 | 77 | 37 | 0 | 31 | 322 | 60 | 63 |
| Binary | 1000111 | 10000011 | 10111111 | 111111 | 11111 | 0 | 11001 | 11010010 | 110000 | 110011 |
Color Harmonies of #4783BF
Complementary color
Monochromatic Colors of #4783BF
Black with #4783BF
Text Example
Text Example
White with #4783BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4783BF; }
p { color: rgb(71,131,191); }
H1.HeaderClassName
{
color: #4783BF;
}
.AnyTagClassName
{
color: #4783BF;
}
</style>
background-color css
<style>
a { background-color: #4783BF; }
a { background-color: rgb(71,131,191); }
div.DivClassName
{
background-color: #4783BF;
}
.BgClassName
{
background-color: #4783BF;
}
</style>
border-color css
<style>
span { border-color: #4783BF; }
span { border-color: rgb(71,131,191); }
td.TdClassName
{
border-color: #4783BF;
}
.TagClassName
{
border-color: #4783BF;
}
</style>