Shades of Steel Blue #4584BF
Tints of Steel Blue #4584BF
RGB
CMYK
RGB Variations
Color information
#4584BF (or 0x4584BF) is known color: Steel Blue. HEX triplet: 45, 84 and BF. RGB value is (69,132,191). Sum of RGB (Red+Green+Blue) = 69+132+191=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #4584BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4584BF is #BA7B40. Grayscale: #777777. Windows color (decimal): -12221249 or 12551237. OLE color: 12551237.
HSL color Cylindrical-coordinate representation of color #4584BF: hue angle of 209.02º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4584BF is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 132 | 191 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.25 |
| HSL | 209.02º | 0.49% | 0.51% | - |
| HSV(B) | 209.02º | 0.64% | 0.75% | - |
| XYZ | 20.11 | 21.53 | 52.39 | - |
| YUV | 119.89 | 168.13 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 132 | 191 | 0.64 | 0.31 | 0 | 0.25 | 209.02 | 0.49 | 0.51 |
| Hex | 45 | 84 | BF | 40 | 1F | 0 | 19 | D1 | 31 | 33 |
| Octal | 105 | 204 | 277 | 100 | 37 | 0 | 31 | 321 | 61 | 63 |
| Binary | 1000101 | 10000100 | 10111111 | 1000000 | 11111 | 0 | 11001 | 11010001 | 110001 | 110011 |
Color Harmonies of #4584BF
Complementary color
Monochromatic Colors of #4584BF
Black with #4584BF
Text Example
Text Example
White with #4584BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4584BF; }
p { color: rgb(69,132,191); }
H1.HeaderClassName
{
color: #4584BF;
}
.AnyTagClassName
{
color: #4584BF;
}
</style>
background-color css
<style>
a { background-color: #4584BF; }
a { background-color: rgb(69,132,191); }
div.DivClassName
{
background-color: #4584BF;
}
.BgClassName
{
background-color: #4584BF;
}
</style>
border-color css
<style>
span { border-color: #4584BF; }
span { border-color: rgb(69,132,191); }
td.TdClassName
{
border-color: #4584BF;
}
.TagClassName
{
border-color: #4584BF;
}
</style>