Shades of Steel Blue #4781BB
Tints of Steel Blue #4781BB
RGB
CMYK
RGB Variations
Color information
#4781BB (or 0x4781BB) is known color: Steel Blue. HEX triplet: 47, 81 and BB. RGB value is (71,129,187). Sum of RGB (Red+Green+Blue) = 71+129+187=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #4781BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4781BB is #B87E44. Grayscale: #757575. Windows color (decimal): -12090949 or 12288327. OLE color: 12288327.
HSL color Cylindrical-coordinate representation of color #4781BB: hue angle of 210º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4781BB is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 129 | 187 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.27 |
| HSL | 210º | 0.46% | 0.51% | - |
| HSV(B) | 210º | 0.62% | 0.73% | - |
| XYZ | 19.42 | 20.63 | 49.97 | - |
| YUV | 118.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 129 | 187 | 0.62 | 0.31 | 0 | 0.27 | 210 | 0.46 | 0.51 |
| Hex | 47 | 81 | BB | 3E | 1F | 0 | 1B | D2 | 2E | 33 |
| Octal | 107 | 201 | 273 | 76 | 37 | 0 | 33 | 322 | 56 | 63 |
| Binary | 1000111 | 10000001 | 10111011 | 111110 | 11111 | 0 | 11011 | 11010010 | 101110 | 110011 |
Color Harmonies of #4781BB
Complementary color
Monochromatic Colors of #4781BB
Black with #4781BB
Text Example
Text Example
White with #4781BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4781BB; }
p { color: rgb(71,129,187); }
H1.HeaderClassName
{
color: #4781BB;
}
.AnyTagClassName
{
color: #4781BB;
}
</style>
background-color css
<style>
a { background-color: #4781BB; }
a { background-color: rgb(71,129,187); }
div.DivClassName
{
background-color: #4781BB;
}
.BgClassName
{
background-color: #4781BB;
}
</style>
border-color css
<style>
span { border-color: #4781BB; }
span { border-color: rgb(71,129,187); }
td.TdClassName
{
border-color: #4781BB;
}
.TagClassName
{
border-color: #4781BB;
}
</style>