Shades of Steel Blue #4485B7
Tints of Steel Blue #4485B7
RGB
CMYK
RGB Variations
Color information
#4485B7 (or 0x4485B7) is known color: Steel Blue. HEX triplet: 44, 85 and B7. RGB value is (68,133,183). Sum of RGB (Red+Green+Blue) = 68+133+183=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 183 - color contains mainly: blue. Hex color #4485B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4485B7 is #BB7A48. Grayscale: #777777. Windows color (decimal): -12286537 or 12027204. OLE color: 12027204.
HSL color Cylindrical-coordinate representation of color #4485B7: hue angle of 206.09º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4485B7 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 133 | 183 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.28 |
| HSL | 206.09º | 0.46% | 0.49% | - |
| HSV(B) | 206.09º | 0.63% | 0.72% | - |
| XYZ | 19.32 | 21.42 | 47.92 | - |
| YUV | 119.27 | 163.97 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 183 | 0.63 | 0.27 | 0 | 0.28 | 206.09 | 0.46 | 0.49 |
| Hex | 44 | 85 | B7 | 3F | 1B | 0 | 1C | CE | 2E | 31 |
| Octal | 104 | 205 | 267 | 77 | 33 | 0 | 34 | 316 | 56 | 61 |
| Binary | 1000100 | 10000101 | 10110111 | 111111 | 11011 | 0 | 11100 | 11001110 | 101110 | 110001 |
Color Harmonies of #4485B7
Complementary color
Monochromatic Colors of #4485B7
Black with #4485B7
Text Example
Text Example
White with #4485B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4485B7; }
p { color: rgb(68,133,183); }
H1.HeaderClassName
{
color: #4485B7;
}
.AnyTagClassName
{
color: #4485B7;
}
</style>
background-color css
<style>
a { background-color: #4485B7; }
a { background-color: rgb(68,133,183); }
div.DivClassName
{
background-color: #4485B7;
}
.BgClassName
{
background-color: #4485B7;
}
</style>
border-color css
<style>
span { border-color: #4485B7; }
span { border-color: rgb(68,133,183); }
td.TdClassName
{
border-color: #4485B7;
}
.TagClassName
{
border-color: #4485B7;
}
</style>