Shades of Steel Blue #4780AD
Tints of Steel Blue #4780AD
RGB
CMYK
RGB Variations
Color information
#4780AD (or 0x4780AD) is known color: Steel Blue. HEX triplet: 47, 80 and AD. RGB value is (71,128,173). Sum of RGB (Red+Green+Blue) = 71+128+173=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #4780AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4780AD is #B87F52. Grayscale: #737373. Windows color (decimal): -12091219 or 11370567. OLE color: 11370567.
HSL color Cylindrical-coordinate representation of color #4780AD: hue angle of 206.47º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4780AD is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 128 | 173 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.32 |
| HSL | 206.47º | 0.42% | 0.48% | - |
| HSV(B) | 206.47º | 0.59% | 0.68% | - |
| XYZ | 17.86 | 19.8 | 42.41 | - |
| YUV | 116.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 173 | 0.59 | 0.26 | 0 | 0.32 | 206.47 | 0.42 | 0.48 |
| Hex | 47 | 80 | AD | 3B | 1A | 0 | 20 | CE | 2A | 30 |
| Octal | 107 | 200 | 255 | 73 | 32 | 0 | 40 | 316 | 52 | 60 |
| Binary | 1000111 | 10000000 | 10101101 | 111011 | 11010 | 0 | 100000 | 11001110 | 101010 | 110000 |
Color Harmonies of #4780AD
Complementary color
Monochromatic Colors of #4780AD
Black with #4780AD
Text Example
Text Example
White with #4780AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4780AD; }
p { color: rgb(71,128,173); }
H1.HeaderClassName
{
color: #4780AD;
}
.AnyTagClassName
{
color: #4780AD;
}
</style>
background-color css
<style>
a { background-color: #4780AD; }
a { background-color: rgb(71,128,173); }
div.DivClassName
{
background-color: #4780AD;
}
.BgClassName
{
background-color: #4780AD;
}
</style>
border-color css
<style>
span { border-color: #4780AD; }
span { border-color: rgb(71,128,173); }
td.TdClassName
{
border-color: #4780AD;
}
.TagClassName
{
border-color: #4780AD;
}
</style>