Shades of Steel Blue #4788BC
Tints of Steel Blue #4788BC
RGB
CMYK
RGB Variations
Color information
#4788BC (or 0x4788BC) is known color: Steel Blue. HEX triplet: 47, 88 and BC. RGB value is (71,136,188). Sum of RGB (Red+Green+Blue) = 71+136+188=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #4788BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4788BC is #B87743. Grayscale: #7A7A7A. Windows color (decimal): -12089156 or 12355655. OLE color: 12355655.
HSL color Cylindrical-coordinate representation of color #4788BC: hue angle of 206.67º 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 #4788BC is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 136 | 188 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.26 |
| HSL | 206.67º | 0.47% | 0.51% | - |
| HSV(B) | 206.67º | 0.62% | 0.74% | - |
| XYZ | 20.48 | 22.58 | 50.86 | - |
| YUV | 122.49 | 164.97 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 188 | 0.62 | 0.28 | 0 | 0.26 | 206.67 | 0.47 | 0.51 |
| Hex | 47 | 88 | BC | 3E | 1C | 0 | 1A | CF | 2F | 33 |
| Octal | 107 | 210 | 274 | 76 | 34 | 0 | 32 | 317 | 57 | 63 |
| Binary | 1000111 | 10001000 | 10111100 | 111110 | 11100 | 0 | 11010 | 11001111 | 101111 | 110011 |
Color Harmonies of #4788BC
Complementary color
Monochromatic Colors of #4788BC
Black with #4788BC
Text Example
Text Example
White with #4788BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4788BC; }
p { color: rgb(71,136,188); }
H1.HeaderClassName
{
color: #4788BC;
}
.AnyTagClassName
{
color: #4788BC;
}
</style>
background-color css
<style>
a { background-color: #4788BC; }
a { background-color: rgb(71,136,188); }
div.DivClassName
{
background-color: #4788BC;
}
.BgClassName
{
background-color: #4788BC;
}
</style>
border-color css
<style>
span { border-color: #4788BC; }
span { border-color: rgb(71,136,188); }
td.TdClassName
{
border-color: #4788BC;
}
.TagClassName
{
border-color: #4788BC;
}
</style>