Shades of Steel Blue #4788BA
Tints of Steel Blue #4788BA
RGB
CMYK
RGB Variations
Color information
#4788BA (or 0x4788BA) is known color: Steel Blue. HEX triplet: 47, 88 and BA. RGB value is (71,136,186). Sum of RGB (Red+Green+Blue) = 71+136+186=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #4788BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4788BA is #B87745. Grayscale: #7A7A7A. Windows color (decimal): -12089158 or 12224583. OLE color: 12224583.
HSL color Cylindrical-coordinate representation of color #4788BA: hue angle of 206.09º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4788BA is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 136 | 186 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.27 |
| HSL | 206.09º | 0.45% | 0.5% | - |
| HSV(B) | 206.09º | 0.62% | 0.73% | - |
| XYZ | 20.27 | 22.49 | 49.73 | - |
| YUV | 122.27 | 163.97 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 186 | 0.62 | 0.27 | 0 | 0.27 | 206.09 | 0.45 | 0.5 |
| Hex | 47 | 88 | BA | 3E | 1B | 0 | 1B | CE | 2D | 32 |
| Octal | 107 | 210 | 272 | 76 | 33 | 0 | 33 | 316 | 55 | 62 |
| Binary | 1000111 | 10001000 | 10111010 | 111110 | 11011 | 0 | 11011 | 11001110 | 101101 | 110010 |
Color Harmonies of #4788BA
Complementary color
Monochromatic Colors of #4788BA
Black with #4788BA
Text Example
Text Example
White with #4788BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4788BA; }
p { color: rgb(71,136,186); }
H1.HeaderClassName
{
color: #4788BA;
}
.AnyTagClassName
{
color: #4788BA;
}
</style>
background-color css
<style>
a { background-color: #4788BA; }
a { background-color: rgb(71,136,186); }
div.DivClassName
{
background-color: #4788BA;
}
.BgClassName
{
background-color: #4788BA;
}
</style>
border-color css
<style>
span { border-color: #4788BA; }
span { border-color: rgb(71,136,186); }
td.TdClassName
{
border-color: #4788BA;
}
.TagClassName
{
border-color: #4788BA;
}
</style>